ShapeRange.Select Method
Word Developer Reference |
Selects the specified range of shapes.
Syntax
expression.Select(Replace)
expression Required. A variable that represents a ShapeRange object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Replace | Optional | Variant | If adding a shape, True replaces the selection. False adds the new shape to the selection. |
See Also