Expands a range or selection to include the entire story.
Syntax
expression.WholeStory
expression Required. An expression that returns a Range or Selection object.
Remarks
The following instructions, where myRange
is a valid Range object, are functionally equivalent:
myRange.WholeStory
myRange.Expand Unit:=wdStory