View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default My Excel 2007 doesn't have a status bar, pls show me how?

Hi InDistressWithExcel

I believe the manual way is removed from Beta 2 as I remember correct

With code in Beta 2 this work
Application.CommandBars("Status Bar").Visible = True/False

The old way is also working in the final product
Application.DisplayStatusBar = True/False


--
Regards Ron de Bruin
http://www.rondebruin.nl



"InDistressWithExcel" wrote in message
...

Can someone please direct me on how can I restore the status bar in Excel
2007?

I just can't seem to find where to turn it ON?

Thank you.
Ashish Misra