title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.DisplayStatusBar property (Excel) |
vbaxl10.chm133127 |
|
|
bf70a679-bd50-cce7-0dc0-0dc57835038c |
04/04/2019 |
medium |
True if the status bar is displayed. Read/write Boolean.
expression.DisplayStatusBar
expression A variable that represents an Application object.
This example saves the current state of the DisplayStatusBar property, and then sets the property to True so that the status bar is visible.
saveStatusBar = Application.DisplayStatusBar
Application.DisplayStatusBar = True
[!includeSupport and feedback]