Send To Feature

J

JohnV

I am able to open an Outlook Email with the spreadsheet as
an attachment by calling:
Application.Dialogs(xlDialogSendMail).Show

What I would like to do is use the code below:
Application.Dialogs(xlDialogMailEditMailer).show
which takes the following arguments: to_recipients,
cc_recipients, bc_recipients, subject, enclosures,
which_address. This will allow me to build a default
email that the users can modify. Has any one worked with
this particular command?

Thanks,
JohnV
 

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