SelectAll Method

Microsoft PowerPoint Visual Basic

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

expression.SelectAll

expression    Required. An expression that returns one of the objects in the Applies To list.

Example

This example selects all the shapes on myDocument.

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