Project.DeliverableDependencyCreate method (Project)
Creates a dependency on a deliverable and links the dependency to a task in the project.
Syntax
expression. DeliverableDependencyCreate
( _DeliverableGuid_
, _TaskGuid_
)
expression A variable that represents a Project object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
DeliverableGuid | Required | String | The GUID of the deliverable on which to create the dependency. |
TaskGuid | Required | String | The GUID of the task to link the dependency. |
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.