Selection.WholeStory Method

Word Developer Reference

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:

Visual Basic for Applications
  objSel.WholeStory
objSel.Expand Unit:=wdStory

See Also