| moveToBookmark() This methodworks together with the getBookmark() method to save the location of a textRange field. The getBookmark() saves the location, and the moveToBookmark() retrieves it. syntax: moveToBookmark(bookmark) This method is used with the following: textRange
|