Shapes.SelectAll Method (PowerPoint)
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.
Set myDocument = ActivePresentation.Slides(1)
myDocument.Shapes.SelectAll