PreviousBookmark Method

Home Page (Objects)OverviewFAQReference

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:

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.