Remove Method
Description
Removes the specified item from the current list object.
Syntax
Visual Basic
Public Sub Remove( _
   ByVal Index As Long _
) 
Parameters
Index
The position in the list of the item to be removed.
See Also