Share via


Selection.Unselect Method

PowerPoint Developer Reference

Cancels the current selection.

Syntax

expression.Unselect

expression   A variable that represents an Selection object.

Example

This example cancels the current selection in window one.

Visual Basic for Applications
  Windows(1).Selection.Unselect

See Also