Assignments.Add method (Project)
Adds an Assignment object to an Assignments collection.
Syntax
expression.Add (TaskID, ResourceID, Units)
expression A variable that represents an 'Assignments' object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
TaskID | Optional | Long | The identification number of a task. Required if the parent object is a resource. The task is assigned the resource specified by ResourceID. The default value of TaskID is the identification number of the parent object of the Assignments collection if the parent object is a Task object. |
ResourceID | Optional | Long | The identification number of a resource. Required if the parent object is a task. The resource is assigned the task specified with the TaskID argument. The default value of ResourceID is the identification number of the parent object of the Assignments collection if the parent object is a Resource object. |
Units | Optional | Variant | The number of resource units, expressed as a decimal or percentage, to assign to the task. The default value is 1 or 100%, depending on whether the Show assignment units as a setting is Decimal or Percentage, on the Schedule tab of the Project Options dialog box. If the maximum number of units is less than 1 (or the maximum percentage is less than 100%), the default value of the Units argument is the maximum number of units (or the maximum percentage). |
Return value
Assignment
See also
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.