J Jack S. Nov 25, 2003 #1 Is there a way to quickly display the Status Bar instead of the tedious Tools - Options - View - Show - Status Bar - check or uncheck?
Is there a way to quickly display the Status Bar instead of the tedious Tools - Options - View - Show - Status Bar - check or uncheck?
L Larry Nov 25, 2003 #2 Install this macro, assign a keystroke, and it will toggle the Status bar off and on. Sub StatusBarToggle() Application.DisplayStatusBar = Not (Application.DisplayStatusBar) End Sub
Install this macro, assign a keystroke, and it will toggle the Status bar off and on. Sub StatusBarToggle() Application.DisplayStatusBar = Not (Application.DisplayStatusBar) End Sub