InvertSelection Property
The InvertSelection property selects all deselected objects and deselects all selected objects.
Syntax
object.InvertSelection
object.InvertSelection =InvertSelection
Example
This example shows how to invert the current selection.
Shapes.InvertSelection
Used by: AutoShapes collection