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

TypeDescription
Index as Variant A Long expression that specifies the index of the item to be requested, ro a string expression that specifies the caption/name of the item to be queried.

The Remove method removes an item from the collection. The Clear method clears all items from the collection. The Count property specifies the number of items in the collection. The Item property accesses an item based on its index or name.