Hyperlinks in protected document not behaving properly...
I have a word document, protected to allow form field completion, with hyperlinks to content within the same document. I bookmarked the destination and created the link and ctrl+click takes me to the bookmarked destination. When I protect the document ctrl+click takes me to the bookmarked destination for a quick second then jumps to the top of the very first page.
I set up a macro:
Sub FollowLink()
Selection.Hyperlinks(1).Follow
End Sub
and then updated my link:
{MacroButton "FollowLink"{HYPERLINK \| "Framework_Stewardship"}}
Still get the same quick peek at the destination bookmark and again am redirected to the top of the first page.
Any ideas how to get this to work?
|