Thread: Excel macro
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Excel macro

sendmail does not support addresses in cc to the best of my knowledge.
Workarounds would require much more extensive code:

Places to look:

Ron de Bruin
http://www.rondebruin.nl/sendmail.htm

Dick Kuselika
www.dicks-clicks.com

Tim Zych
www.rubbershoe.com/olmail.htm

Regards,
Tom Ogilvy


"Rajesh" wrote in message
...

I've an excel file which i have to send it to Three
recipients.
One recipient's name should be in "To" and
other two should be in "Cc" field. I want to do this in
MSExcel Macro.I've tried this
with "Actvieworkbook.SendMail" but all the recipient are
in "To" field.

Please help

Regards

Raj