Share via


Unselect Method [Publisher 2003 VBA Language Reference]

Cancels the current selection.

expression.Unselect

expression Required. An expression that returns one of the objects in the Applies To list.

Example

This example cancels the current selection in the active publication.

ActiveDocument.Selection.Unselect

Applies to | Selection Object