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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top