Project.DeliverableUpdate method (Project)
Updates the properties of a deliverable.
Syntax
expression. DeliverableUpdate
( _DeliverableGuid_
, _DeliverableName_
, _DeliverableStartDate_
, _DeliverableFinishDate_
)
expression A variable that represents a Project object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
DeliverableGuid | Required | String | GUID of the deliverable to update. |
DeliverableName | Required | String | Name of the deliverable. |
DeliverableStartDate | Required | Variant | Date when the deliverable starts. |
DeliverableFinishDate | Required | Variant | Date when the deliverable is finished. |
Return value
Boolean
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.