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
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.