Show/Hide Application Status bar using Excel VBA
Here is the simple way to hide/show the status bar in Excel
Sub Hide_Status_Bar()
Application.DisplayStatusBar = False
End Sub
Sub Show_Status_Bar()
Application.DisplayStatusBar = True
End Sub
Also you need to clear the contents of the status bar.
Sub Clear_Status_Bar()
Application.StatusBar = False
(or)
Application.StatusBar = ""
End Sub
Showing posts with label Hide Excel Status Bar. Show all posts
Showing posts with label Hide Excel Status Bar. Show all posts
Friday, April 11, 2008
Subscribe to:
Posts (Atom)
Download Windows Live Toolbar and personalize your Web experience! Add custom buttons to get the information you care about most.