Range.WholeStory Method
Word Developer Reference |
Expands a range to include the entire story.
Syntax
expression.WholeStory
expression Required. A variable that represents a Range object.
Remarks
The following instructions, where myRange is a valid Range object, are functionally equivalent:
Visual Basic for Applications |
---|
|
Example
This example expands myRange to include the entire story and then applies the Arial font to the range.
Visual Basic for Applications |
---|
|
This example expands myRange to include the entire comments story (wdCommentsStory) and then copies the comments into a new document.
Visual Basic for Applications |
---|
|
See Also