Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default my message in Status bar

hello,
please tell, whether it possible - to post my own message
to the Status Bar.

Thank you very much,
Anita
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default my message in Status bar

Hi Anita,

To add:

Application.StatusBar="My Message"

To remove:

Application.StatusBar=""

---
Regards,
Norman



"Anita" wrote in message
...
hello,
please tell, whether it possible - to post my own message
to the Status Bar.

Thank you very much,
Anita



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 340
Default my message in Status bar

Anita, use

Application.Statusbar =False

to erase the statusbar message. Setting ="" just puts a null value in the
status bar, which prevents system status messages from appearing.

Robert Flanagan
Macro Systems
Delaware, U.S. 302-234-9857
http://www.add-ins.com
Productivity add-ins and downloadable books on VB macros for Excel

"Anita" wrote in message
...
hello,
please tell, whether it possible - to post my own message
to the Status Bar.

Thank you very much,
Anita



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default my message in Status bar

Hi Bob

Anita, use
Application.Statusbar =False

to erase the statusbar message. Setting ="" just puts a null value in the
status bar, which prevents system status messages from appearing.


This is not my experience.

From Intermediate window:

Application.StatusBar="My Message"
?Application.StatusBar
My Message

Application.StatusBar=""
?Application.StatusBar
False


---
Regards,
Norman



"Bob Flanagan" wrote in message
...
Anita, use

Application.Statusbar =False

to erase the statusbar message. Setting ="" just puts a null value in the
status bar, which prevents system status messages from appearing.

Robert Flanagan
Macro Systems
Delaware, U.S. 302-234-9857
http://www.add-ins.com
Productivity add-ins and downloadable books on VB macros for Excel

"Anita" wrote in message
...
hello,
please tell, whether it possible - to post my own message
to the Status Bar.

Thank you very much,
Anita





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
calculate message in status bar neda5 Excel Discussion (Misc queries) 3 April 11th 06 06:07 PM
progress message in status bar Eric Excel Programming 1 July 27th 04 05:07 PM
Displaying a status message Scott Arnold Excel Programming 2 May 12th 04 12:21 PM
Status Message Ray Batig Excel Programming 4 December 26th 03 03:25 AM
'Calculate' message at the status bar Charles Williams Excel Programming 0 September 12th 03 07:37 PM


All times are GMT +1. The time now is 10:48 PM.

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

About Us

"It's about Microsoft Excel"