Selection.PreviousBookmarkID Property
Word Developer Reference |
Returns the number of the last bookmark that starts before or at the same place as the specified selection or range; returns 0 (zero) if there is no corresponding bookmark. Read-only Long.
Syntax
expression.PreviousBookmarkID
expression A variable that represents a Selection object.
Example
This example selects the previous bookmark in the active document.
Visual Basic for Applications |
---|
|
See Also