Tasks.Add method (Project)
Adds a Task object to a Tasks collection.
Syntax
expression.Add (Name, Before)
expression A variable that represents a 'Tasks' object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Name | Optional | String | The name of the new task. The default value is an empty string (""). |
Before | Optional | Long | The position of the task in its containing collection. The default value is the position of the last item in the collection. |
Return value
Task
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.