Bookmark.Range Property
Word Developer Reference |
Returns a Range object that represents the portion of a document that's contained in the specified object.
Syntax
expression.Range
expression A variable that represents a Bookmark object.
Remarks
For information about returning a range from a document or returning a shape range from a collection of shapes, see the Range method.
See Also