Navigation: Object Model Reference > Steps Collection > Remove Method |
|
Removes a Step object from the collection.
Note: Any references to the step should be disposed of (Set objStep = Nothing) before removing.
Syntax
Steps.Remove(ByVal index As Long)
Arguments
Steps
Steps collection
index
Required. 0-based index of the step to remove.
See Also
Applies to Steps collection