Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.08 KB

Project.Application.WindowPrev.md

File metadata and controls

44 lines (26 loc) · 1.08 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.WindowPrev method (Project)
vbapj.chm2006
vbapj.chm2006
project-server
Project.Application.WindowPrev
f95cf733-fc5c-e454-55b6-11f704dee431
06/08/2017
medium

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.

[!includeSupport and feedback]