Arranging and Resizing Windows: ppWindowMaximized, ppWindowMinimized, or ppWindowNormal. : Windows « Application « VBA / Excel / Access / Word






Arranging and Resizing Windows: ppWindowMaximized, ppWindowMinimized, or ppWindowNormal.

 
Sub windowState()
    Application.WindowState = ppWindowMaximized
    Windows.Arrange ArrangeStyle:=ppArrangeCascade
End Sub

 








Related examples in the same category

1.How to arrange the windows: as icons (wdIcons, 1) or tiled (wdTiled, 0). The default is wdTiled.
2.Working with the Active Window
3.Closing a Window
4.transform all windows into icons
5.Split windows