Jaymond Flurrie
Well-known Member
- Joined
- Sep 22, 2008
- Messages
- 921
- Office Version
- 365
- Platform
- Windows
I have a program which runs for 77 minutes. I need to display a screen in style of "counting..." when user presses a "run" button and then run thru this program and once it is finished, display the main form (the one user pushed the "run" button from).
The problem is that I don't know how to keep that form up no matter what the program does. I have Application.ScreenUpdating = False
set thru the whole run but still what Excel happily does, is to show "Not responding" and have absolutely no idea of my "counting..." form.
I clearly have to same time both use and avoid using me.hide from my "counting..."-form, but what's the golden middle road here? How do I both keep it up and keep running the code? Is a form the wrong solution? Should it be MsgBox? Would it change anything? I don't want to have any "ok"-button there.
Should be simple, but I have absolutely no idea how to implement this with VBA.
The problem is that I don't know how to keep that form up no matter what the program does. I have Application.ScreenUpdating = False
set thru the whole run but still what Excel happily does, is to show "Not responding" and have absolutely no idea of my "counting..." form.
I clearly have to same time both use and avoid using me.hide from my "counting..."-form, but what's the golden middle road here? How do I both keep it up and keep running the code? Is a form the wrong solution? Should it be MsgBox? Would it change anything? I don't want to have any "ok"-button there.
Should be simple, but I have absolutely no idea how to implement this with VBA.
Last edited: