Home Page (Objects) | Overview | FAQ | Reference
Applies to: TextSelection object
Moves the insertion point to the next unnamed bookmark in a document.
Syntax
object.NextBookmark
Parameters
object
An expression that evaluates to a TextSelection object.
Return Values
The NextBookmark method returns one of the following values:
Example
The following example moves the insertion point to the next unnamed bookmark in a document:
ActiveDocument.Selection.NextBookmark
See Also ClearBookmarks method, PreviousBookmark method, SetBookmark method.