objMessage.Recipients.Add

  • Thread starter Thread starter EXCELMACROS
  • Start date Start date
E

EXCELMACROS

Hello,

I have a macro that sends an email, however, does anyone knows how to add
"CC:" object?
 
If it is an Outlook mailitem object, you would use:

objMessage.CC = "(e-mail address removed)"


HTH,
Bernie
MS Excel 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

Back
Top