Project.DeliverableCreate method (Project)
Creates a deliverable for a published project that has a project workspace.
Syntax
expression. DeliverableCreate
( _DeliverableName_
, _DeliverableStartDate_
, _DeliverableFinishDate_
, _TaskGuid_
)
expression A variable that represents a Project object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
DeliverableName | Required | String | Name of the deliverable. |
DeliverableStartDate | Required | Variant | Start date for the deliverable. |
DeliverableFinishDate | Required | Variant | Finish date for the deliverable. |
TaskGuid | Required | String | GUID of the task to which to link the deliverable. |
Return value
String
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.