Application.WindowPrev Method (Project)

Activates the window that was previously opened.

Syntax

expression .WindowPrev(NoWrap)

expression A variable that represents an Application object.

Parameters

Name

Required/Optional

Data Type

Description

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.

Return Value

Boolean

Remarks

The window order is the order in which windows are opened. The drop-down window list in the Window group of the View tab in the Ribbon contains the alphabetically sorted list of open windows.