Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Mailmerge and Fax / October 2004

Tip: Looking for answers? Try searching our database.

Carbon Copies in Email Merge

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
fgwiii - 11 Oct 2004 18:23 GMT
I have found several posts about including  carbon copies
to multiple recipients, but I have been unable to find an
relevant information in the MVP post:

http://word.mvps.org/FAQs/MailMerge/MergeWithAttachments.ht
m

Would someone please give me a hand here?

Thanks,  fgwiii
Doug Robbins - 11 Oct 2004 20:52 GMT
After declaring myccrecipient as Recipient, use the following in the code
after the .To statement

       Set myccrecipient = .Recipients.Add("CC Recipient")
       myccrecipient.Type = olCC

For more details, see the VB help file for CC  (you will need to have set
the reference to the Outlook Object library)

Signature

Please respond to the Newsgroup for the benefit of others who may be
interested.   Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP

>I have found several posts about including  carbon copies
> to multiple recipients, but I have been unable to find an
[quoted text clipped - 6 lines]
>
> Thanks,  fgwiii
fgwiii - 12 Oct 2004 18:45 GMT
While I am certainly willing to take a stab at this, can you give me a little
direction at this? I am not a programmer. Would you please be a little more
specific?

Thanks

Fred

> After declaring myccrecipient as Recipient, use the following in the code
> after the .To statement
[quoted text clipped - 15 lines]
> >
> > Thanks,  fgwiii
Doug Robbins - 13 Oct 2004 00:08 GMT
I am not a programmer either and all that I know about visual basic has been
learned by reference to the Visual Basic Help file and trial and error.

At the beginning of the code you will need a

Dim myccrecipient as Recipient

and then in the code after the .To statement, you will need to insert

        Set myccrecipient = .Recipients.Add("CC Recipient")
        myccrecipient.Type = olCC

In place of "CC Recipient" you would place the email address of the party to
whom the CC is to be sent.
Signature

Please respond to the Newsgroup for the benefit of others who may be
interested.   Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP

> While I am certainly willing to take a stab at this, can you give me a
> little
[quoted text clipped - 25 lines]
>> >
>> > Thanks,  fgwiii
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.