Add Variable Hyperlink in Mail Merge in Word 2013

后端 未结 6 511
花落未央
花落未央 2020-12-29 13:14

I\'m trying to add a hyperlink to a mail merge field. So something like this:

{HYPERLINK \"{MERGEFIELD \"Links\" }\"}

So I create a field l

6条回答
  •  既然无缘
    2020-12-29 14:09

    Start with the process here: http://support.microsoft.com/kb/912679 However, like user1867326 indicated, the hyperlink (which should be variable with the mail merge) is converted into a static link when the Word file is reopened.

    A solution that seems to work is adding a bookmark within the hyperlink field code immediatly after the mergefield. { HYPERLINK { MERGEFIELD "Link" } \* MERGEFORMAT } Click between the } and \ and go to INSERT > Bookmark, give it a name, and this seems to prevent Word from replacing the mergefield with a static hyperlink.

    This answer is adapted and hopefully clarified from the clever solution described here: Mailmerge dynamic hyperlink fields lost after save/reload of document - Word 2010

提交回复
热议问题