View Single Post
 
Old 10-29-2014, 02:39 PM
noeyeddeer noeyeddeer is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Oct 2014
Posts: 8
noeyeddeer is on a distinguished road
Default

Thanks - I am not sure where/how to insert the forward slash? Current code looks like this:

' URL
Selection.Style = ActiveDocument.Styles("DB_Content")
ActiveDocument.MailMerge.Fields.Add Range:=Selection.Range, Name:="Website_URL"
Selection.TypeParagraph

' TEXT LINK URL
Selection.Style = ActiveDocument.Styles("DB_Content")
ActiveDocument.MailMerge.Fields.Add Range:=Selection.Range, Name:="Text_Link"
Selection.TypeParagraph
Reply With Quote