Unselect Method

Applies To

Selection object.

Description

Cancels the current selection.

Syntax

expression.Unselect

expression Required. An expression that returns a Selection object.

See Also

Select method, SelectAll method, Selection object, Selection property.

Example

This example cancels the current selection in window one.

Windows(1).Selection.Unselect