Calendar.Name property (Project)

Gets the name of a Calendar object. Read-only String.

Syntax

expression.Name

expression A variable that represents a Calendar object.

Remarks

For a code example that uses the Task object, see Name.

Example

Name is the default property for the Calendar object. The following example prints the name of the default calendar for the active project.

Debug.Print ActiveProject.Calendar

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.