Thread: Staus Bar
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Zych Tim Zych is offline
external usenet poster
 
Posts: 389
Default Staus Bar

Application.StatusBar = False


--
Tim Zych
www.higherdata.com
Compare data in worksheets and find differences with Workbook Compare
A free, powerful, flexible Excel utility


"Steven" wrote in message
...
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