Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1009 Bytes

Excel.Application.DisplayFullScreen.md

File metadata and controls

42 lines (24 loc) · 1009 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.DisplayFullScreen property (Excel)
vbaxl10.chm133121
vbaxl10.chm133121
Excel.Application.DisplayFullScreen
b42708ea-a273-c38a-5a61-d15e26c14fed
04/04/2019
medium

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

[!includeSupport and feedback]