View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Stop Outlook for asking for permission?

Take a look at using CDO (Command Data Object)

http://www.rondebruin.nl/cdo.htm
--
HTH...

Jim Thomlinson


"Webtechie" wrote:

Hello,

I've written an application using Excel and VBA. One of its features is
that it emails our clients.

However, Outlook will tell the user that an application is attempting to
send out mail. Outlook then prompts the user to press allow or deny.

How do I stop Outlook from requiring the user to press allow each time they
send mail using the Excel application?

Thanks,

Tony