Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Word Developer Reference |
Returns a ShapeRange collection that represents all the Shape objects in the selection. Read-only.
Syntax
expression.ShapeRange
expression A variable that represents a Selection object.
Remarks
The shape range can contain drawings, shapes, pictures, OLE objects, ActiveX controls, text objects, and callouts.
Example
The following example applies shadow formatting to all the shapes in the selection.
| Visual Basic for Applications |
|---|
|
See Also