Application.ViewsEx method (Project)
Displays the More Views dialog box with the specified pane of the current view selected, which prompts the user to manage views.
Syntax
expression. ViewsEx
( _ApplyTo_
)
expression An expression that returns an Application object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
ApplyTo | Optional | Integer | Specifies which pane of a split view is selected. The value can be one of the following: |
:----- | :----- | ||
Value | Description | ||
0 | Primary (usually the top) pane of a split view | ||
1 | Secondary (usually the bottom) pane of a split view | ||
4 | Active pane | ||
5 | Primary pane, or the Timeline if it is active | ||
Return value
Boolean
Remarks
Note
In a combination view, the primary pane is the view that remains when a details or secondary pane is closed. Usually the primary pane is at the top; however, the Timeline is a secondary pane, but it displays at the top. For example, with the Resource Sheet view, clicking Details on the View tab of the Ribbon shows the secondary Resource Form pane on the bottom. Clicking Timeline closes the Resource Form at the bottom and opens the Timeline pane at the top.
Example
If the current view includes the Timeline and the Gantt Chart, where the Timeline is the active pane, the following example shows Timeline selected in the More Views dialog box.
application.ViewsEx ApplyTo:=5
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.