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.

Visual Basic for Applications
Application.DisplayFullScreen = True
Display display full screen Display Full Screen Property displayfull DisplayFullScreen DisplayFullScreen Property Expand sheet to fill entire screen? Maximize application? Switch to maximized mode? Use full-screen viewing?

See also: