Project.Calendar property (Project)
Gets a Calendar object representing a calendar for the project. Read-only Calendar.
Syntax
expression. Calendar
expression A variable that represents a Project object.
Example
The following example resets the calendar for the active project.
Sub ResetActiveProjectCalendar()
ActiveProject.Calendar.Reset
End Sub
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.