Automated e-mail from Excel

I

IvanM

I have a macro that sends selected spreadsheets to different groups of
employees. The macro scans down a list of receipents, sending the
appropriate file to each internal e-mail account. I use the SendMail command
to execute the send via Outlook. The problem I have is that a anti-spam
protection has been put in place that requires me to "man" the e-mail
process. Before each send, Excel waits for 5 seconds and then requires me to
confirm the e-mail. Does anyone know of a way around this protection?
Thanks
 
J

JP

Also I forgot to mention, you could write the email-sending macro in
Outlook (where you won't get the security prompt), then (in Excel)
instantiate the Outlook Application object and call the macro from
there.


HTH,
JP
 
B

BB Ivan

Thanks. I'll give it a try!

JP said:
Also I forgot to mention, you could write the email-sending macro in
Outlook (where you won't get the security prompt), then (in Excel)
instantiate the Outlook Application object and call the macro from
there.


HTH,
JP
 

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