View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Sheeloo[_3_] Sheeloo[_3_] is offline
external usenet poster
 
Posts: 1,805
Default Disabled Status Bar

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

"Baking" wrote:

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.