Unselect Method

Microsoft PowerPoint Visual Basic

Cancels the current selection.

expression.Unselect

expression    Required. An expression that returns a Selection object.

Example

This example cancels the current selection in window one.

Windows(1).Selection.Unselect