I have a database that creates an email message and I would like to put a hyperlink in the beginning of the message like this:
bodytext = bodytext & "<a href='English'>English</a>" & "<br>"
and then link to a location within the email body. I cannot find the code to create a bookmark or location within an email message through VBA. I need the named location to be "English".
Any help is greatly appreciated.
Thanks!
bodytext = bodytext & "<a href='English'>English</a>" & "<br>"
and then link to a location within the email body. I cannot find the code to create a bookmark or location within an email message through VBA. I need the named location to be "English".
Any help is greatly appreciated.
Thanks!