Thread: e-mail
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default e-mail

Good to see you back Tom

Ron


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Tom Ogilvy" wrote in message ...
workbook.Sendmail array(emailaddr1, emailaddr2, emailaddr3), subject

--
Regards,
Tom Ogilvy


"leungkong" wrote:

i am using "sendmail" to send out the workbook as below
e.g. workbook.SendMail emailaddr, subject

The email address is come from a contact list.
The problem is I can send to one email address only.

Any suggestion? Thanks.