Worksheet.Shapes Property
Returns a Shapes collection that represents all the shapes on the worksheet. Read-only.
Syntax
expression.Shapes
expression An expression that returns a Worksheet object.
Example
This example adds a blue dashed line to worksheet one.
| Visual Basic for Applications |
|---|
|