How to display text of a hyperlink in an email body?

S

salad

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?
 
S

salad

Sue said:
And set the value of HTMLBody not Body.
Thanks TJ. I was trying so many iterations of that line I left out the
anchor.

And Sue, the HTMLBody did the trick.

Thanks to you two for the assistance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top