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

TypeDescription
Index as Variant A long expression that indicates the the group's index, or a string expression that indicates the group's caption.

Use the Remove method to remove a specific Group object. The RemoveGroup event is fired when the user removes a group. Use the Clear method to clear the entire Groups collection.