SetStartOfBookmark

Syntax

SetStartOfBookmark Bookmark1$ [, Bookmark2$]

Remarks

Marks the starting point of Bookmark1$ with Bookmark2$. If Bookmark2$ is omitted, Bookmark1$ is set to its own starting point.

Example

This example marks either end of the current paragraph with bookmarks:


SetStartOfBookmark "\Para", "BeginPara"
SetEndOfBookmark "\Para", "EndPara"

The bookmark " \ Para" is one of several predefined bookmarks that Word defines and updates automatically. For more information, see "Operators and Predefined Bookmarks" later in this part.

See Also

CopyBookmark, EditBookmark, SetEndOfBookmark