Selection.WholeStory method (Word)
Expands a selection to include the entire story.
expression. WholeStory
expression Required. A variable that represents a Selection object.
The following instructions, where objSel is a valid Selection object, are functionally equivalent:
objSel.WholeStory
objSel.Expand Unit:=wdStory
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.