ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Execution comments (https://www.excelbanter.com/excel-programming/383568-execution-comments.html)

Barb Reinhardt

Execution comments
 
How do I put comments that will be displayed during execution in the lower LH
corner of the excel display? I'm talking about something similar to the
"CALCULATE" or the "AUTOSAVE" comments.

Thanks

Niek Otten

Execution comments
 
Application.StatusBar = "Hello"

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Barb Reinhardt" wrote in message
...
| How do I put comments that will be displayed during execution in the lower LH
| corner of the excel display? I'm talking about something similar to the
| "CALCULATE" or the "AUTOSAVE" comments.
|
| Thanks



Tom Ogilvy

Execution comments
 
application.StatusBar = "Hi User!"

' code runs
Application.StatusBar = False

--
Regards,
Tom Ogilvy


"Barb Reinhardt" wrote:

How do I put comments that will be displayed during execution in the lower LH
corner of the excel display? I'm talking about something similar to the
"CALCULATE" or the "AUTOSAVE" comments.

Thanks


Rob Edwards

Execution comments
 
Application.Statusbar = "Hello"

Rob Edwards

Always look on the bright side of life!

*** Sent via Developersdex http://www.developersdex.com ***


All times are GMT +1. The time now is 02:19 PM.

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