try
Body = "This is test " & "a href=" & Chr(34) & "http://www.test.com/" &
Chr(34) & "Click here/a"
"salad" wrote in message
nk.net...
I would like to put
Click Here
where a person could click on that phrase and it would open the link to
http://www.test.com
.Body = "This is test " & "href=" & Chr(34) & "http://www.test.com/" &
Chr(34) & "Click here"
does not work. Is there a way I can insert the link and the display text
in the email body?