Hello,
I have read previous threads and have successfully implemented the email
with attachments VBA code.
However I want to extend this to include the CC operator.
My directory contains the following headings: Email | CC | Attachment1 |....
I need the code to also include the corresponding line value in the CC column.
Any help you can give would be great.
T
Ron de Bruin - 19 May 2008 17:18 GMT
If you use the SendMail code it is not possible to use CC
You can use the Outlook object model or CDO
See this page
http://www.rondebruin.nl/sendmail.htm

Signature
Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm
> Hello,
>
[quoted text clipped - 10 lines]
>
> T