Application.DisplayFullScreen property (Excel)
True if Microsoft Excel is in full-screen mode. Read/write Boolean.
expression.DisplayFullScreen
expression A variable that represents an Application object.
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.
This example sets Microsoft Excel to be displayed in full-screen mode.
Application.DisplayFullScreen = True
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.