Content Property

Content Property

See Also         Example         Applies To

Returns a Range object that represents the main document story. Read-only.

Remarks

The following two statements are equivalent:

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