How to Unhide Status Bar In Excel

Описание к видео How to Unhide Status Bar In Excel

1. Press Alt+F11 to display the Visual Basic Editor.
2. Press Ctrl+G to display the Immediate window.
3. Type this statement and press Enter:
Application.DisplayStatusBar = True

You can also display the Status Bar by :
1. Clicking on the Developer Tab
2. Select Visual Basic from the drop down Ribbon
3. The Visual Basic Editor displays
4. Select View from the tabs displayed in the Visual Basic Editor
5. A menu drops down. In the drop- down menu select "Immediate Window"
6. Another window pops up at the bottom of the Visual Basic Editor Window.
7. In the window displayed type this statement and press ENTER on the keyboard: Application.DisplayStatusBar = True

Комментарии

Информация по комментариям в разработке