Execution comments

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Application.StatusBar = "Hello"

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| 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
 
application.StatusBar = "Hi User!"

' code runs
Application.StatusBar = False
 
Application.Statusbar = "Hello"

Rob Edwards

Always look on the bright side of life!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top