Want to include CC and BCC in Mail merge

A

Aniruddha

Hellow everybody

For quite some time have been searching for some ways to send BCC and CC through the Mail merge utility of MS Word 2003. I have prepared a data file in hich I have store

1) Address where the mail will have to go .( TO )
2) Address where it will be marked as carbon copy. ( CC
3) Name of the person whom it intends to reach ( Name
4) Name of the person whom carbon copy intends to reach ( CCName
Same for BC
Now , Mail merrge does send the mail to address in filed TO , but I could not manage to get that going to CC and BCC.

Please help urgently
Regards
Aniruddh
 
D

Doug Robbins - Word MVP

You can modify the procedure in the article "Mail Merge to E-mail with
Attachments" at

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

to do that. In the Catlog or Directory type mailmerge that is created,
include columns for the CC and BCC mailmerge addresses and grab hold of them
in the same way that the To address is obtained. Then you use

.To = Datarange
'code to get CC email address into Datarange
.CC = Datarange
'code to get BCC email address into Datarange
.BCC = Datarange

Or, if the CC and the BCC do not change, you could either hard code them
into the macro.

You do not have to have attachments to send with the email, it's just a way
of splitting up the document and mailing each letter to a different address.
--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
Aniruddha said:
Hellow everybody,

For quite some time have been searching for some ways to send BCC and CC
through the Mail merge utility of MS Word 2003. I have prepared a data file
in hich I have stored
1) Address where the mail will have to go .( TO )
2) Address where it will be marked as carbon copy. ( CC )
3) Name of the person whom it intends to reach ( Name )
4) Name of the person whom carbon copy intends to reach ( CCName )
Same for BCC
Now , Mail merrge does send the mail to address in filed TO , but I could
not manage to get that going to CC and BCC.
 

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