Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 860 Bytes

Excel.Application.DisplayStatusBar.md

File metadata and controls

37 lines (23 loc) · 860 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.DisplayStatusBar property (Excel)
vbaxl10.chm133127
vbaxl10.chm133127
Excel.Application.DisplayStatusBar
bf70a679-bd50-cce7-0dc0-0dc57835038c
04/04/2019
medium

Application.DisplayStatusBar property (Excel)

True if the status bar is displayed. Read/write Boolean.

Syntax

expression.DisplayStatusBar

expression A variable that represents an Application object.

Example

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]