Hi there
I have some VBA code which creates and email and files in the relevant detals (To email address, Subject, and Body) and also attaches a document to the email.
The problem comes in that I have a list of up to 7 documents which I want to attach to the email. But when I have a look at the email message once the VBA code has finish, I notice that only one of the documents has been attached and its the last one that is in the list.
Does anyone know how to attach all 7 documents using VBA or got any code examples?
James