Range.Duplicate Property
Word Developer Reference |
Returns a read-only Range object that represents all the properties of the specified range.
Syntax
expression.Duplicate
expression Required. A variable that represents a Range object.
Remarks
By duplicating a Range object, you can change the starting or ending character position of the duplicate range without changing the original range.
See Also