B Baking Mar 5, 2009 #1 I have excel 2007. Somehow I disabled my status bar and I cannot bring it back up. Nothing happens when I right click on it.
I have excel 2007. Somehow I disabled my status bar and I cannot bring it back up. Nothing happens when I right click on it.
S Sheeloo Mar 6, 2009 #2 Try this... Press Alt-F11 to open VB Editor.. CLick Insert->Module Paste the following Public Sub enableStatusBar() Application.DisplayStatusBar = True End Sub Press F5 You may have your StatusBar back...
Try this... Press Alt-F11 to open VB Editor.. CLick Insert->Module Paste the following Public Sub enableStatusBar() Application.DisplayStatusBar = True End Sub Press F5 You may have your StatusBar back...