Hello, I have a macro that sends an email, however, does anyone knows how to add "CC:" object?
E EXCELMACROS Dec 29, 2008 #1 Hello, I have a macro that sends an email, however, does anyone knows how to add "CC:" object?
B Bernie Deitrick Dec 29, 2008 #2 If it is an Outlook mailitem object, you would use: objMessage.CC = "[email protected]" HTH, Bernie MS Excel MVP
If it is an Outlook mailitem object, you would use: objMessage.CC = "[email protected]" HTH, Bernie MS Excel MVP