SBendBuckeye
Programmer
I have written some code to validate the Excel file attachment in Outlook. It copies the original sheet to sheet2 and highlights changes made in sheet1. If no changes are found it deletes sheet2 and saves it to a specified path.
I then email a user notifying them that a file has been received and processed. Regardless of whether or not changes have been made to the file, the user may wish to open it up and just take a look at it.
I have the file name and path available to me from the processing I am already doing, but I would like to include that information in a link in the email body so all they have to do is click it to view the file.
How do I code the link as I create the email message in VBA?
Thanks in advance for any help or suggestions you can give!
Have a great day!
I then email a user notifying them that a file has been received and processed. Regardless of whether or not changes have been made to the file, the user may wish to open it up and just take a look at it.
I have the file name and path available to me from the processing I am already doing, but I would like to include that information in a link in the email body so all they have to do is click it to view the file.
How do I code the link as I create the email message in VBA?
Thanks in advance for any help or suggestions you can give!
Have a great day!