Template Property
Returns the name of the template associated with a project. Read-only String.
Example
The following example creates a new project based on the template of the active project, if the active project was previously created from a Microsoft Office Project 2003 template file (.mpt).
Sub CreateNewProject()
FileOpen ActiveProject.Template & ".mpt"
End Sub
Applies to | Project Object, Projects Collection Object
See Also | Notes Property