My Excel 2007 doesn't have a status bar, pls show me how?

  • Thread starter InDistressWithExcel
  • Start date
I

InDistressWithExcel

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
 
R

Ron de Bruin

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
 
Top