Hi
I am trying to write code that will a) allow a user to save a file (in this case, an Excel Spreadsheet to a common directory and b) Generate an email via Outlook 2000 to interested parties with a hyperlink to the above file location.
I'm having problems with actually making the string show as a hyperlink - can get it to appear on the .body part of the email as text, but no more.
I'm using syntax as follows:
.body = "Blah" & strFileName & "Blah"
Where strFileName = "file://" and the filepath
What am I doing wrong...!!! Please help!!
Thanks!
I am trying to write code that will a) allow a user to save a file (in this case, an Excel Spreadsheet to a common directory and b) Generate an email via Outlook 2000 to interested parties with a hyperlink to the above file location.
I'm having problems with actually making the string show as a hyperlink - can get it to appear on the .body part of the email as text, but no more.
I'm using syntax as follows:
.body = "Blah" & strFileName & "Blah"
Where strFileName = "file://" and the filepath
What am I doing wrong...!!! Please help!!
Thanks!