SelectAll Method

Applies To

Shapes collection object.

Description

Selects all the shapes in the specified Shapes collection.

Syntax

expression.SelectAll

expression Required. An expression that returns a Shapes object.

See Also

Select method, Selection object, Selection property, Unselect method.

Example

This example selects all the shapes on myDocument.

Set myDocument = ActivePresentation.Slides(1)
myDocument.Shapes.SelectAll