Share via


Shapes.SelectAll Method

Publisher Developer Reference

Selects all the shapes in the specified Shapes collection.

Syntax

expression.SelectAll

expression   A variable that represents a Shapes object.

Example

This example selects all the shapes on page one of the active publication.

Visual Basic for Applications
  ActiveDocument.Pages(1).Shapes.SelectAll

See Also