Arrange Method

Microsoft PowerPoint Visual Basic

expression.Arrange(arrangeStyle)

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

arrangeStyle    Optional PpArrangeStyle. Specifies whether to cascade or tile the windows.

PpArrangeStyle can be one of these PpArrangeStyle constants.
ppArrangeCascade
ppArrangeTiled default

Example

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

Application.ActiveWindow.NewWindow
Windows.Arrange ppArrangeCascade