View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default email to multiple users via excel

Hi P,

See Ron De Bruin's Sendmail page for a wide selection of email code:

http://www.rondebruin.nl/sendmail.htm


Perhaps the following will help you:

http://www.rondebruin.nl/mail/folder2/files.htm


---
Regards,
Norman



"p. panter" wrote in message
...
Hi All,

I had write a code to send an email via Outlook, just to one person.
My question:
How can I send it to multiple persons like:
To: email1; email2; etc. and
Cc: email1; email2; etc.

Thanks in advance.