Send email with 2 or more attachments

  • Thread starter Thread starter al_ba
  • Start date Start date
A

al_ba

Hello,

Is there a code to send 2 or more (XL workbook) as email attachments? I used
Ron's code to attach 1 whole workbook in an email. I am using Microsoft
Outlook. XL 2003. Help please.

Thanks in advance.
 
Hi

Repeat the Attachments.Add lines in my Outlook examples

.Attachments.Add ("C:\test.txt")
.Attachments.Add ("C:\test2.txt")

If you use the SendMail examples it is not possible
 
Thanks Ron :)

Ron de Bruin said:
Hi

Repeat the Attachments.Add lines in my Outlook examples

.Attachments.Add ("C:\test.txt")
.Attachments.Add ("C:\test2.txt")

If you use the SendMail examples it is not possible
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top