Suppose that I wanted to edit a hyperlink in Word using the alt-F9 shortcut. By hitting alt-F9, the following would appear within my Word document:
{ HYPERLINK "http://www.aol.com" }
When this appeared, I would be able to then directly edit the link and the new link would remain after editing. For instance, if I wanted the new hyperlink to be MSN, would simple alter the above to:
{ HYPERLINK "http://www.msn.com" }
This method until recently has always seemed to work without flaws. However, just recently, I tried to do this and as soon as I changed "aol" to "msn" and my cursor exited the braces, it would immediately change back to the original. That is the edit would
not stay.
I realize that in this simply exam I could simply exit alt-F9 mode and right click EDIT HYPERLINK and manually make the adjustment. However, this is not an option for me because the link must include a mergefield. That is, it will ultimately look something
like this:
{ HYPERLINK "http://www.aol.com/{ MERGEFIELD PAGE }" }
Because of the problem I just described, as soon as I insert the mergefield into the link and my cursor leaves the braces, it reverts back to its original.
I have no idea what is going wrong or what setting might have been changed. Any help would be appreciated.