Unselect Method

Microsoft PowerPoint Visual Basic

Unselect Method

       

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