Document.Content (Word)

Returns a Range object that represents the main document story.

The following two statements are equivalent:


Set mainStory = ActiveDocument.Content 
Set mainStory = ActiveDocument.StoryRanges(wdMainTextStory)