DocumentWindows.Arrange method (PowerPoint)

Arranges all open document windows in the workspace.

Syntax

expression. Arrange( _arrangeStyle_ )

expression A variable that represents a DocumentWindows object.

Parameters

Name Required/Optional Data type Description
arrangeStyle Optional PpArrangeStyle Specifies whether to cascade or tile the windows.

Return value

Nothing

Example

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

Application.ActiveWindow.NewWindow

Windows.Arrange ppArrangeCascade

See also

DocumentWindows Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.