Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Home Page (Objects) | Overview | FAQ | Reference
Applies to: TextSelection object
Sets an unnamed bookmark at the active end of a selection.
Syntax
object**.SetBookmark**
Parameters
object
An expression that evaluates to a TextSelection object.
Remarks
The active end of a selection is where the insertion point is.
Example
The following example sets an unnamed bookmark at the active end of a selection:
ActiveDocument.Selection.SetBookmark
See Also ClearBookmarks method, NextBookmark method, PreviousBookmark method.