Share via


Selection.Unselect Method

Publisher Developer Reference

Cancels the current selection.

Syntax

expression.Unselect

expression   A variable that represents a Selection object.

Example

This example cancels the current selection in the active publication.

Visual Basic for Applications
  ActiveDocument.Selection.Unselect

See Also