I have a VBA script that is pulling all the attachments from a folder that is working fine for one file attachment. However, when I want to have it attach multiple files, it does not work.
The vba script loops through a list of contacts to create an email and attaches all the attachments to each email. I tried to have each file in a separate cell but it created email with no attachments. I prefer everything be kept in one cell under one column, since I am not good with VBA.
my attachments look like this for each cell: \\path\folder\attach.jpg,\\path\folder\attach-2.jpg,\\path\folder\attach-3.jpg
Is this not the correct format for additional attachments?
Works fine for a single attachment only.
The vba script loops through a list of contacts to create an email and attaches all the attachments to each email. I tried to have each file in a separate cell but it created email with no attachments. I prefer everything be kept in one cell under one column, since I am not good with VBA.
my attachments look like this for each cell: \\path\folder\attach.jpg,\\path\folder\attach-2.jpg,\\path\folder\attach-3.jpg
Is this not the correct format for additional attachments?
Works fine for a single attachment only.