Arrange Method

Arranges all open document windows in the workspace.

expression**.Arrange**(arrangeStyle)

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

PpArrangeStyle

PpArrangeStyle can be one of these PpArrangeStyle constants.
ppArrangeCascade
ppArrangeTileddefault

Example

This example creates a new window and then arranges all open document windows.

Application.ActiveWindow.NewWindow
Windows.Arrange ppArrangeCascade

Applies to | DocumentWindows Collection Object