Shapes.SelectAll Method

PowerPoint Developer Reference

Selects all shapes (in a Shapes collection) or all diagram nodes (in a DiagramNodes or DiagramNodeChildren collection).

Syntax

expression.SelectAll

expression   A variable that represents a Shapes object.

Example

This example selects all the shapes on myDocument.

Visual Basic for Applications
  Set myDocument = ActivePresentation.Slides(1)
myDocument.Shapes.SelectAll

See Also