Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default 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


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Execution comments

Application.Statusbar = "Hello"

Rob Edwards

Always look on the bright side of life!

*** Sent via Developersdex http://www.developersdex.com ***
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
excel 2000 how to format the comments font all comments Delquestion Excel Discussion (Misc queries) 1 October 8th 09 02:19 PM
in excel useing comments how do you add clip art to comments? dhouse New Users to Excel 2 July 18th 07 08:14 AM
Auto Execution Marnia Excel Programming 1 April 14th 06 09:24 AM
Conditional execution raja Excel Programming 7 September 20th 05 08:25 PM
Stop Execution ArthurJ Excel Programming 2 September 10th 05 04:41 PM


All times are GMT +1. The time now is 11:43 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"