This topic has not yet been rated - Rate this topic

Shapes.SelectAll Method (Excel)

Published: July 16, 2012

Selects all the shapes in the specified Shapes collection.

Version Added: Excel 2007

expression .SelectAll

expression A variable that represents a Shapes object.

This example selects all the shapes on myDocument and creates a ShapeRange collection containing all the shapes.

Set myDocument = Worksheets(1) 
myDocument.Shapes.SelectAll
Set sr = Selection.ShapeRange 

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.