Assignment.Delete Method
Project Developer Reference |
Deletes an object from its containing collection.
Syntax
expression.Delete
expression A variable that represents an Assignment object.
Remarks
The Delete method does not apply to resource calendars.
Example
The following example deletes every resource assignment in the active project.
Visual Basic for Applications |
---|
|
See Also