VBA to CC Email Address?

Joined
Apr 25, 2012
Messages
1
Reaction score
0
Hi Guys.

We are trying to attach a file to an email and CC it to a certain E-mail but are having no look.

we have got :

Sub SendActiveWorkbook()
Application.ScreenUpdating = False
Sheets("Sheet Name").Visible = True
Sheets("Sheet Name").Activate
Sheets("Sheet Name").Activate
Sheets("Sheet Name").Select
sendingemail = True
Call showquotestab
Sheets("Sheet Name").Select
sendingemail = False
Sheets("Sheet Name").Visible = False
Sheets("Sheet Name").Visible = False
Sheets("Sheet Name").Visible = False
Sheets("Sheet Name").Visible = False
Application.Dialogs(xlDialogSendMail).Show

the above attaches it to and email but we cant find the code to enter a CC address
 

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

Top