Hi Guy's hope you are all good
I need a little help on this one
I am emailing out an address to a shipping company and the end destination contact
all works very well apart from opening the link
if i use links that i am opening myself, i would set IE such as Chrome and Shell Chrome then add URL
However, the link i am sending out i wouldn't Shell anything because if i am correct, i would never know what IE program relevant contacts are using so i am only sending out the link only but doesn't open
is there a short method to change what i have done here ?
Bear in mind for data protection, i have scribbled the address and postcode out.
Code:
Const Q = """"Dim strPC as String ' Client PostCode
Dim sEndDest as String
Dim sText2 as String
NOTE: sBoxStart and sBoxEnd is a table setting
sEndDest = "<a href=" & Q & "End Destination:" & Q & "<br>" & "<br>" & "https://www.google.co.uk/maps/dir/" & Replace(strPC, " ", "") & "</a>"
sText2 = sText2 & strHDFS & "<B>END USER / DESTINATION DETAILS:</B>" & strFE & "|" & _
sBoxStart & "|" & strFS & _
sDealer & "|" & _
" " & sAdd1 & "|" & _
"   " & sAdd2 & "|" & _
"   " & sTown & "|" & _
"   " & strPC & "||" & _
sEndDest & strFE & "|" & sBoxEnd & "||"
In the HTMLmail body, I am replacing pipes with "<br>"
Below is the info on HTML Mail Body but the link won't click