Application.DisplayFullScreen Property (Excel)

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

Syntax

expression .DisplayFullScreen

expression A variable that represents an Application object.

Remarks

Full-screen mode maximizes the application window so that it fills the entire screen and hides the application title bar. Toolbars, the status bar, and the formula bar maintain separate display settings for full-screen mode and normal mode.

Example

This example sets Microsoft Excel to be displayed in full-screen mode.

Application.DisplayFullScreen = True

See Also

Concepts

Application Object Members

Application Object