ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   msg box while operation is running. (https://www.excelbanter.com/excel-programming/308276-re-msg-box-while-operation-running.html)

Don Lloyd

msg box while operation is running.
 
Hi Kevin,
Another is to use a Text Box e.g. for "Text Box 12"

At the start of code

ActiveSheet.Shapes ("Text Box 12").Visible=True

and at the end

ActiveSheet.Shapes ("Text Box 12").Visible=False

Bear in mind though the text box is always there even if you can't see it :)

Regards,
Don

"Keivn Green" wrote in message
...
Is there a way to make a message box come up only while a macro is running
and then have it go away once the procedure is done?





All times are GMT +1. The time now is 12:09 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com