Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 276
Default Outlook Warning Messages

I think you may need to lower the SECURITY level to disable this Warning in
Outlook.
Outlook Expres under security tab has a tick box to 'Warn if another
application is trying to send mail'.
I would say MSOutlook would be similar but, cause i do not use it am not
exactly sure what setting it will be, but am sure it will be under security
somewhere.
Corey....


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Outlook Warning Messages

Application.DisplayAlerts=False will not work, as this message is generated
by the Outlook application, not Excel.
One option is Redemption: http://www.dimastr.com/redemption/

NickHK

"AD108" wrote in message
...
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.




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 72
Default Outlook Warning Messages

Thanks for the reply. I looked for ages and coudn't find the setting.
Maybe someone else out there knows?


"Corey" wrote in message
...
I think you may need to lower the SECURITY level to disable this Warning

in
Outlook.
Outlook Expres under security tab has a tick box to 'Warn if another
application is trying to send mail'.
I would say MSOutlook would be similar but, cause i do not use it am not
exactly sure what setting it will be, but am sure it will be under

security
somewhere.
Corey....




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 72
Default Outlook Warning Messages

Thanks for the lead, I'll look into it.

"NickHK" wrote in message
...
Application.DisplayAlerts=False will not work, as this message is

generated
by the Outlook application, not Excel.
One option is Redemption: http://www.dimastr.com/redemption/

NickHK

"AD108" wrote in message
...
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.








  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Outlook Warning Messages

See also
http://www.rondebruin.nl/mail/prevent.htm


--
Regards Ron De Bruin
http://www.rondebruin.nl



"AD108" wrote in message ...
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.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help please - warning messages adickson Excel Worksheet Functions 1 May 23rd 09 02:05 PM
Help please - warning messages adickson Excel Worksheet Functions 1 May 23rd 09 12:26 PM
Warning Messages fabio Excel Worksheet Functions 3 October 15th 08 10:54 AM
disable warning messages? Ed Ardzinski[_2_] Excel Programming 3 November 1st 04 05:50 PM
Getting rid of warning messages Joel Wiseheart Excel Programming 2 November 11th 03 08:32 PM


All times are GMT +1. The time now is 08:16 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"