S
serviceenvoy
I have a fax service that allows me to fax via email. I just have to
enter this in the "TO" line of my email:
[email protected].
I currently have a double click feature set up to create emails which
is the following:
Dim strEmail As String
strEmail = "mailto:" & Me.[Email_1]
Application.FollowHyperlink Address:=strEmail
What I would like to do is modify this so I can double click a fax
number and have it create a new email message and automatically create
the following to line: [email protected]. How do I
modify my formula to do that?
enter this in the "TO" line of my email:
[email protected].
I currently have a double click feature set up to create emails which
is the following:
Dim strEmail As String
strEmail = "mailto:" & Me.[Email_1]
Application.FollowHyperlink Address:=strEmail
What I would like to do is modify this so I can double click a fax
number and have it create a new email message and automatically create
the following to line: [email protected]. How do I
modify my formula to do that?