Re: Carbon Copies in Email Merge
From: Doug Robbins (dkr_at_NOmvpsSPAM.org)
Date: 10/12/04
- Next message: Peter Jamieson: "Re: OpenDataSource & stored procedure"
- Previous message: Doug Robbins: "Re: Mail Merge with Form Fields"
- In reply to: fgwiii: "Re: Carbon Copies in Email Merge"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 12 Oct 2004 19:08:08 -0400
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.
--
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
"fgwiii" <fgwiii@discussions.microsoft.com> wrote in message
news:FEB0DD08-0C77-42C8-BA2A-FBCBFC8564D1@microsoft.com...
> 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
>
> "Doug Robbins" wrote:
>
>> 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)
>>
>> --
>> 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
>> "fgwiii" <fred.wildauer@covance.com> wrote in message
>> news:3baa01c4afb6$f92c1160$a401280a@phx.gbl...
>> >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
>> >
>>
>>
>>
- Next message: Peter Jamieson: "Re: OpenDataSource & stored procedure"
- Previous message: Doug Robbins: "Re: Mail Merge with Form Fields"
- In reply to: fgwiii: "Re: Carbon Copies in Email Merge"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|