S
SP
hi
I'm using a typical code that sends email using CDO objects.
The code has an ".addattachment" method to attach file.
This code is basically in a loop that sends 1 email after another by getting
email addresses from a range of cells.
The objective is to send one attachment per email.
The problem is the .addattachment method keeps stacking up files from
previous attachments as the code loops. The first email would get its
attachment; 2nd email would get its attachment plus that of the first email,
and so on.
How can I clear out this .addattachment method before the next loop ?
Thanks
Steve
I'm using a typical code that sends email using CDO objects.
The code has an ".addattachment" method to attach file.
This code is basically in a loop that sends 1 email after another by getting
email addresses from a range of cells.
The objective is to send one attachment per email.
The problem is the .addattachment method keeps stacking up files from
previous attachments as the code loops. The first email would get its
attachment; 2nd email would get its attachment plus that of the first email,
and so on.
How can I clear out this .addattachment method before the next loop ?
Thanks
Steve