Application.BaseCalendarRename method (Project)

Renames a base calendar.

Syntax

expression. BaseCalendarRename( _FromName_, _ToName_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
FromName Required String String. The name of the base calendar to rename.
ToName Required String String. The new name of the base calendar.

Return value

Boolean

Example

The following example changes the name of the base calendar from Night Shift to Third Shift.

Sub RenameNightShift() 
 BaseCalendarRename FromName:="Night Shift", ToName:="Third Shift" 
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.