View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AD108 AD108 is offline
external usenet poster
 
Posts: 72
Default Outlook Warning Messages

I just finished (hopefully) making a small application. It sends emails to
every customer in the state or country the user specifies. It works fine
except that I get the following warning message for each email that the code
pulls, which the user then has to respond to each time before they can
proceed.

"Warning, a program is trying to access email addresses you have stored in
Outlook"....etc.

Is there a way to turn this off. I tried using "application.displayalerts =
false" but it didn't work. Maybe I put the statement in the wrong area of
the code.

Thanks in advance.