How to arrange the windows: as icons (wdIcons, 1) or tiled (wdTiled, 0). The default is wdTiled. : Windows « Application « VBA / Excel / Access / Word






How to arrange the windows: as icons (wdIcons, 1) or tiled (wdTiled, 0). The default is wdTiled.

 
Sub arrange()
    Windows.arrange ArrangeStyle:=wdTiled
End Sub

 








Related examples in the same category

1.Working with the Active Window
2.Arranging and Resizing Windows: ppWindowMaximized, ppWindowMinimized, or ppWindowNormal.
3.Closing a Window
4.transform all windows into icons
5.Split windows