Selection.WholeStory Method (Word)
Expands a selection to include the entire story.
Syntax
expression .WholeStory
expression Required. A variable that represents a Selection object.
Remarks
The following instructions, where objSel is a valid Selection object, are functionally equivalent:
objSel.WholeStory
objSel.Expand Unit:=wdStory