Merge Email with cc contacts to specific individuals

Y

yvonneb

Hi. I'm doing a merge using word/email and want to cc specific people in to
certain emails, but not all of them.

Is it possible to link one email address with one "cc to" email address?

Thanks
 
D

Doug Robbins - Word MVP

That cannot be done without the use of some Visual Basic code that makes use
of the Outlook Object Model.

The code in the method and following article should get you started in the
right direction: In your case, the catalog or directory type merge document
that is created should include columns containing the email addresses of the
parties to whom you want to send copies of the merge document created for
individual records.

See the article "Mail Merge to E-mail with Attachments" at

http://word.mvps.org/FAQs/MailMerge/MergeWithAttachments.htm


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
P

PS

Hi there..

I've tried to add a column of cc email address but only the "To" receipants
got the merge email. Would you mind showing me the exact format/content in
the directory/catalog?

Should it be like this:

1st column: (e-mail address removed)
2nd: (e-mail address removed)
3rd: D:\Documents\JulyReport.doc

Your advice please. Many thanks.
 
D

Doug Robbins - Word MVP

The way you have the directory/catalog set up is OK. It is the code in the
macro that needs adjusting.

However, you could probably get away without modifying the code if you put
all of the email addresses in the first column separated by the Outlook
address separator. In my case that is a semi-colon, but it may differ
depending upon the Regional Settings.

In that case, you would have in the first column

(e-mail address removed); (e-mail address removed)

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top