SelectSet.Remove Method
Parent Object: SelectSetDescription
Method that removes the specified object from the select set.
Syntax
SelectSet.Remove( Index As Variant )Parameters
Name | Type | Description |
Index | Variant | Input value that specifies the object to remove. This can be a Long which specifies the index within the collection of the item to remove, or it can be the object you wish to remove. This only removes the object from the select set. It does not delete it from the document. |