WindowNext Method

Activates the next window.

Syntax

expression**.WindowNext(NoWrap)**

*expression   *     Optional. An expression that returns an Application object.

NoWrap    Optional Boolean. True if using WindowNext on the last opened window doesn't wrap around to the first opened window. The default value is False.

Remarks

The window order should not be confused with the order that projects appear in the window list, where they are sorted alphabetically.

Applies to | Application Object

See Also | WindowActivate Method | WindowArrangeAll Method | WindowHide Method | WindowMoreWindows Method | WindowNewWindow Method | WindowPrev Method | WindowUnhide Method