Email addresses in code

S

szag

To start I am not real solid with VBA. I have created an application that
fires off emails to a group of users. Right now the code for the body of my
email is:
Me![txtBody].Value = "Please find your Inventory Re-Order Report attached."

Can somebody help with the code if I wanted to have a hyperlink and email
address? For example I want the text body to show "Please find your Inventory
Re-Order Report Attached. Please email [email protected] or go to www.name.com
for further information."

How do I get the email and web address to be hyperlinks?

Thanks!

Zag
 
Top