Bookmark.StoryType Property
Word Developer Reference |
Returns the story type for the specified range, selection, or bookmark. Read-only WdStoryType.
Syntax
expression.StoryType
expression Required. A variable that represents a Bookmark object.
Example
This example selects the bookmark named "temp" if the bookmark is contained in the main story of the active document.
Visual Basic for Applications |
---|
|
See Also