DisplayFullScreen Property

Applies To

Application Object.

Description

True if Microsoft Excel is in full-screen mode. Read-write.

Remarks

Full-screen mode maximizes the application window to cover the entire screen and hides the application title bar (in Microsoft Windows). Toolbars, the status bar, and the formula bar maintain separate display settings for full-screen and normal mode.

Example

This example causes Microsoft Excel to display in full-screen mode.


Application.DisplayFullScreen = True