Inserting hypertext into a Outlook message using Access VBA

A

Arkansas Lady

I need to insert a hypertext into an Outlook message using visual basic in Access. Can anyone help me with the code.
 
M

mwalts

I need to insert a hypertext into an Outlook message using visual
basic in Access. Can anyone help me with the code.

Follow this example: http://www.vba-
programmer.com/VB_Code/Automating_Outlook.txt

only use HTMLBody instead of body, and use the external
mail example
 
Top