SelectAll Method [Publisher 2003 VBA Language Reference]
Selects all the shapes in the specified Shapes 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 page one of the active publication.
ActiveDocument.Pages(1).Shapes.SelectAll
Applies to | Shapes Collection