View Single Post
  #1  
Old January 5th 10, 01:55 PM posted to microsoft.public.outlook.program_vba
Glenn Suggs
external usenet poster
 
Posts: 4
Default Using VBA to load the CC line on an Outlook email

Can someone please help me in loading the CC line in an email from VBA in
Access? I have the following for the "To" line that works fine. Is there an
equivalent statement to load the CC?

Dim olRecipient As Recipient
strEmailRecipient = "

Set olRecipient = olMessage.Recipients.Add(strEmailRecipient)

Thanks in advance
--
Glenn
Ads