Application.CreateProjectSite method (Project)

Creates a site for the active project in a Project Web App instance on SharePoint Server 2013.

Syntax

expression. CreateProjectSite (ParentSiteUrl, NewSiteName, LaunchBrowser)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
ParentSiteUrl Optional Variant URL of the parent Project Web App site.
NewSiteName Optional Variant Name of the new project site.
LaunchBrowser Optional Variant True to launch the browser and open the new project site. The default value is False.
ParentSiteUrl Optional Variant
NewSiteName Optional Variant
LaunchBrowser Optional Variant

Return value

Boolean

True if the project site is successfully created.

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.