Returns or sets the state of the window. Read/write .

XlWindowState can be one of these XlWindowState constants.
xlMaximized
xlNormal
xlMinimized

expression.WindowStateexpressionRequired. An expression that returns one of the objects in the Applies To list.

Example

This example maximizes the Microsoft Graph application window.

myChart.Application.WindowState = xlMaximized