WindowPrev Method

Activates the previous window.

Syntax

expression**.WindowPrev(NoWrap)**

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

NoWrap    Optional Boolean. True if using WindowPrev on the first opened window doesn't wrap around to the last 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 | WindowNext Method | WindowUnhide Method