Share

SelectSet.Remove Method

Parent Object: SelectSet

Description

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.

Version

Introduced in version 5

Was this information helpful?