Show AllShow All

WindowState Property

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

expression.WindowState

expression    Required. 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