The concept you seem to be missing is that in a protected document, the
cursor _cannot_ go anywhere except into a form field. It doesn't make any
difference whether you're trying to click in a non-field area with the mouse
or go there via a macro or a hyperlink or the GoTo dialog, or any other
means. The cursor will be forced to the next form field (or to the first one
in the document, if there is no "next" one).
If you need to send the cursor to someplace where there is currently no form
field, I suppose you could insert a text form field there and set its
maximum length to 1; that's about as close as you can get to "an uneditable
spot where the cursor will go". An exit macro could try to ensure that the
field is blanked if the user enters anything there (but that wouldn't help
if the user just leaves the cursor in the field).
Not that it's important at this point, but neither of your first two posts
in this thread mentioned that you were trying to hyperlink to a bookmark in
a protected area of the same document -- I had assumed you were trying to
open a web page in a browser.
--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.