Send email with 2 or more attachments

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.
 
R

Ron de Bruin

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
 
A

al_ba

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
 
Top