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

TypeDescription
ID as Variant A Long expression that specifies the item to be removed. A String expression that specifies the caption of the Item to be removed
The Remove method removes an individual Item object giving its identifier or caption. The Visible property specifies whether the item is visible or hidden.