Hi and thanks for reading my post!
When you display a message in the status bar in Word (StatusBar = "Your message."), the message is shown and as soon as you do something, Word takes control of the status bar and displays whatever information it has to display. I like this approach and I would like to use it in Excel. Unfortunately it does not seem to work just that way.
In Excel, you can display your message (Application.StatusBar = "Your message.") but that message occupies the status bar until you return control to Excel (Application.StatusBar = False). I would probably need some global code that would count down some time after the message has been displayed and then return control to Excel. I have no idea how to achieve this or how to solve this any other way :-( Could anyone kindly help me a bit here, please?
Thanks in advance!
Best regards,
Pavel
When you display a message in the status bar in Word (StatusBar = "Your message."), the message is shown and as soon as you do something, Word takes control of the status bar and displays whatever information it has to display. I like this approach and I would like to use it in Excel. Unfortunately it does not seem to work just that way.
In Excel, you can display your message (Application.StatusBar = "Your message.") but that message occupies the status bar until you return control to Excel (Application.StatusBar = False). I would probably need some global code that would count down some time after the message has been displayed and then return control to Excel. I have no idea how to achieve this or how to solve this any other way :-( Could anyone kindly help me a bit here, please?
Thanks in advance!
Best regards,
Pavel