mjphillips88
New Member
- Joined
- Jul 22, 2013
- Messages
- 2
Hi all,
I am trying to use VBA to send emails in HTML format including hyperlinks.
I am using the syntax HREF = ""....
<a href="" .....
It works when I specify a link inside the function, such as www.google.com.<a href="" www.google.com"",="" etc.
However, I am trying to reference a link stored in a particular cell in the workbook. So, for example, instead of putting www.google.com in the HREF I would like to reference cell A1 which would have www.google.com in it.
Is there a way to do this?
Thanks,
Michael
I am trying to use VBA to send emails in HTML format including hyperlinks.
I am using the syntax HREF = ""....
<a href="" .....
It works when I specify a link inside the function, such as www.google.com.<a href="" www.google.com"",="" etc.
However, I am trying to reference a link stored in a particular cell in the workbook. So, for example, instead of putting www.google.com in the HREF I would like to reference cell A1 which would have www.google.com in it.
Is there a way to do this?
Thanks,
Michael