Moves to a bookmark.
Syntax
bSuccess = TextRange.moveToBookmark(sBookmark)
Parameters
sBookmark Required. String that specifies the bookmark to move to.
Return Value
Boolean. Returns true if successful, or false otherwise.
Remarks
Bookmarks are opaque strings created with the getBookmark method.
This feature might not be available on non-Win32® platforms. For the latest information about Internet Explorer cross-platform compatibility, see article Q172976 in the Microsoft Knowledge Base.
Applies To