Application.DefaultView property (Project)

Gets or sets the name of the view that appears when you start Project. Read/write String.

Syntax

expression. DefaultView

expression A variable that represents an Application object.

Remarks

The DefaultView property can be the name of a custom view or one of the following built-in views:

View name View name
"Bar Rollup" "Resource Graph"
"Calendar" "Resource Name Form"
"Descriptive Network Diagram" "Resource Sheet"
"Detail Gantt" "Resource Usage"
"Gantt Chart" "Task Details Form"
"Leveling Gantt" "Task Entry"
"Milestone Date Rollup" "Task Form"
"Milestone Rollup" "Task Name Form"
"Multiple Baselines Gantt" "Task Sheet"
"Network Diagram" "Task Usage"
"Relationship Diagram" "Team Planner"
"Resource Allocation" "Timeline"
"Resource Form" "Tracking Gantt"

The default value is "Gantt with Timeline".

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.