ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   my message in Status bar (https://www.excelbanter.com/excel-programming/312652-my-message-status-bar.html)

Anita[_5_]

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

Norman Jones

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




Bob Flanagan

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




Norman Jones

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







All times are GMT +1. The time now is 01:39 AM.

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