Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Home Page (Objects) | Overview | FAQ | Reference
Applies to: TextSelection object
Moves the insertion point to the previous unnamed bookmark in a document.
Syntax
object**.PreviousBookmark**
Parameters
object
An expression that evaluates to a TextSelection object.
Return Values
The PreviousBookmark method returns one of the following values:
True Indicates that the bookmark was found.
False Indicates that the bookmark was not found.
Example
The following example moves the insertion point to the previous unnamed bookmark in a document:
ActiveDocument.Selection.PreviousBookmark
See Also ClearBookmarks method, NextBookmark method, SetBookmark method.