method Items.Remove (Position as Variant)
Removes a specific member from the Items collection.

TypeDescription
Position as Variant A Long expression that specifies the position of the item to be removed.
    The Remove method removes a specified child item, giving its position. The Remove method removes the current item, and all its child. The Clear method clears all child items. Also, the ToString property can add/remove items.