hello all....

would like to seek some help here about any method to initiate an "on-screen message" when the VBA's is doing something for over 10 minutes...., then that "on-screen message" close automatically when the VBA processing finished......Thanks a lot.

Not sure if msgbox can achieve this or not, but i got question mark on using msgbox:-

- msgbox need to click the "confirmed" button in order to continue the process, however, i need to have the message pop up only (without need to click button to start the process) and close when the process finished.


Thanks in advance for any helpers.....

beginner