Navigation:  Object Model Reference > Steps Collection >

Remove Method

Previous pageReturn to chapter overviewNext page

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