I'm currently doing some mail merges and would like to attach a file to the email. Seems this isn't simple by default but i found the website below along with a VBA script to update any emails in the outbox with an attachment after a merge has been done.
Only issue is that when i run the script and select my file i get the following error.
The weird issue is that it does actually attach the file to the first email in my outbox but then seems to fall over when moving onto the second. However if i run it a second time it will then add the file to the first and second emails (so the first has 2 copies of the attachment)
I'm using Office 365 which this script doesn't say it supports so i'm going to install an old copy of Outlook 2013 and see if that has any success but does anyone have any ideas what could fix the error?
EDIT to add that i'm the sole user of this computer so shouldn't be an access restrictions issue. I did try to run as administrator but no option to do that.
Only issue is that when i run the script and select my file i get the following error.
The weird issue is that it does actually attach the file to the first email in my outbox but then seems to fall over when moving onto the second. However if i run it a second time it will then add the file to the first and second emails (so the first has 2 copies of the attachment)
I'm using Office 365 which this script doesn't say it supports so i'm going to install an old copy of Outlook 2013 and see if that has any success but does anyone have any ideas what could fix the error?
EDIT to add that i'm the sole user of this computer so shouldn't be an access restrictions issue. I did try to run as administrator but no option to do that.