S
Steven
I was trying to put messages on the Status Bar doing something like.
oldStatusBar = Application.DisplayStatusBar
Application.DisplayStatusBar = True
Application.StatusBar = "Account 101000-1000 Category - Cash"
The problem is how do I switch it back to the regular Status Bar. I tried
to do it but I noticed when I saved the file it was not giving me the Saving
..... response in the status bar.
Thank you,
Steven
oldStatusBar = Application.DisplayStatusBar
Application.DisplayStatusBar = True
Application.StatusBar = "Account 101000-1000 Category - Cash"
The problem is how do I switch it back to the regular Status Bar. I tried
to do it but I noticed when I saved the file it was not giving me the Saving
..... response in the status bar.
Thank you,
Steven