Moves to a bookmark.
Syntax
bSuccess = TextRange.moveToBookmark(sBookmark)
Parameters
sBookmark |
Required.
String that specifies the bookmark to move to. |
Return Value
Boolean that returns one of the following possible values:
true | Successfully moved to the bookmark. |
false | Move to the bookmark failed. |
Remarks
Bookmarks are opaque strings created with the getBookmark method.
This feature might not be available on non-Microsoft® Win32® platforms.
Standards Information
There is no public standard that applies to this method.
Applies To