Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 724 Bytes

Project.Pane.View.md

File metadata and controls

38 lines (22 loc) · 724 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Pane.View method (Project)
project-server
Project.Pane.View
a29aa7d4-e712-bbf4-96dd-e0fdeab70ba2
06/08/2017
medium

Pane.View method (Project)

Returns the active View object.

Syntax

expression.View

expression A variable that represents a Pane object.

Return value

View

Example

The following statement prints the name of the view in the Immediate window in the VBE. For example, if the Team Planner view is active, the statement prints "Team Planner".

Debug.Print ActiveWindow.ActivePane.View.Name

[!includeSupport and feedback]