WindowState Property

Microsoft Graph Visual Basic

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

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