SelectAll Method

Selects all shapes (in a Shapes 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

Applies to | DiagramNodeChildren Collection | DiagramNodes Collection | Shapes Collection Object

See Also | Select Method | Selection Object | Selection Property | Unselect Method