View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.nl.office.excel
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Multiple attachments in Excel e-mail?

Hi Peter

You must use Outlook (If you use Outlook) code or CDO
It is not possible with SendMail

See the examples on my site
http://www.rondebruin.nl/sendmail.htm

--
Regards Ron de Bruin
http://www.rondebruin.nl


"Peter" wrote in message ...
L.S.

How can I send e-mail from Excel-VBA with multiple attachments? Sendmail and
HasRoutingSlip allow only one single attachment. Is there some API-function
I can use?

Thanks, Peter.