![]() |
#9
|
||||
|
||||
![]()
Try replacing the code you posted with:
Code:
ActiveWindow.View.ShowFieldCodes = True With Selection ' URL ActiveDocument.Hyperlinks.Add Anchor:=.Range, Address:="|", TextToDisplay:="Print Item" .Move Unit:=wdCharacter, Count:=-4 .End = .End + 1 ActiveDocument.MailMerge.Fields.Add Range:=.Range, Name:="Website_URL" .EndKey Unit:=wdLine .TypeText " / " .EndKey Unit:=wdLine ' TEXT LINK URL ActiveDocument.Hyperlinks.Add Anchor:=.Range, Address:="|", TextToDisplay:="Text Link" .Move Unit:=wdCharacter, Count:=-4 .End = .End + 1 ActiveDocument.MailMerge.Fields.Add Range:=.Range, Name:="Text_Link" End With ActiveDocument.Fields.Update ActiveWindow.View.ShowFieldCodes = False
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
ASW122 | Mail Merge | 5 | 07-14-2014 09:35 PM |
How do MS Office products link to URLs? | stegraham | Office | 2 | 10-22-2013 04:52 AM |
![]() |
acappella | Word | 3 | 07-24-2012 03:28 PM |
Template does not display in Installed Templates | JimH | Word | 1 | 02-01-2012 11:59 AM |
mailmerge with custom URLs? | guthrie | Mail Merge | 0 | 03-06-2011 08:39 PM |