Thru VBA, how do I e_mail with ONLY ONE CLICK ?

C

Ced Jones

Hi.
I regularly email Excel workbooks. To make it more convenient, I have
included [Application.Dialogs(xlDialogSendMail).Show ("(e-mail address removed)")] in my
code. That line is used about 5 times sending the book to differrent
recipients with various stages of confidentiality removed.
My gripe is this: I've got to click 'send' the 5 times times my default mail
server, Outlook Express, pops up.
[ActiveWorkbook.SendMail ("(e-mail address removed)")] also requires a confirmation from
Outlook Express.
A solution to this hassle will be much appreciated.
Thanks in advance,
Jones.
 

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

Similar Threads


Top