Application.BaseCalendarRename Method
Project Developer Reference |
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.
Visual Basic for Applications |
---|
|
See Also