Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have written an Excel VBA script that will create and update Outlook Task
information based on other details in an Excel spreadsheet. I need to find a way to remove the following security prompt that is returned when the script is run... "A program is trying to access e-mail addresses you have stored in Outlook. Do you want to allow this ?" It thens give the user the option of allowing for a number of minutes....if selected the script executes correctly... Is there a way to disable this warning ? or change a registry setting from within the script so that it does not prompt during the execution. Any help appreciated. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It,s a security warning which as far as I am aware, cannot be turned off
programmatically. See Ron de Bruins site for tips on mailing via outlook. http://www.rondebruin.nl/sendmail.htm -- JB "scott56hannah" wrote: I have written an Excel VBA script that will create and update Outlook Task information based on other details in an Excel spreadsheet. I need to find a way to remove the following security prompt that is returned when the script is run... "A program is trying to access e-mail addresses you have stored in Outlook. Do you want to allow this ?" It thens give the user the option of allowing for a number of minutes....if selected the script executes correctly... Is there a way to disable this warning ? or change a registry setting from within the script so that it does not prompt during the execution. Any help appreciated. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
on mailing via outlook
Also Outlook Express and Windows Mail See http://www.rondebruin.nl/mail/prevent.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "john" wrote in message ... It,s a security warning which as far as I am aware, cannot be turned off programmatically. See Ron de Bruins site for tips on mailing via outlook. http://www.rondebruin.nl/sendmail.htm -- JB "scott56hannah" wrote: I have written an Excel VBA script that will create and update Outlook Task information based on other details in an Excel spreadsheet. I need to find a way to remove the following security prompt that is returned when the script is run... "A program is trying to access e-mail addresses you have stored in Outlook. Do you want to allow this ?" It thens give the user the option of allowing for a number of minutes....if selected the script executes correctly... Is there a way to disable this warning ? or change a registry setting from within the script so that it does not prompt during the execution. Any help appreciated. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Check out http://www.dimastr.com/redemption/
HTH, JP On Nov 18, 8:35 pm, scott56hannah wrote: I have written an Excel VBA script that will create and update Outlook Task information based on other details in an Excel spreadsheet. I need to find a way to remove the following security prompt that is returned when the script is run... "A program is trying to access e-mail addresses you have stored in Outlook. Do you want to allow this ?" It thens give the user the option of allowing for a number of minutes....if selected the script executes correctly... Is there a way to disable this warning ? or change a registry setting from within the script so that it does not prompt during the execution. Any help appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"Excel could not start the e-mail program" in Excel _2003_ | Excel Discussion (Misc queries) | |||
"trying to access e-mail" when worksheet opened | Excel Programming | |||
Complex if test program possible? If "value" "value", paste "value" in another cell? | Excel Discussion (Misc queries) | |||
Email from Excel; MS warning "program is trying to send mail on your behalf" | Excel Programming | |||
Sending macro based e-mail with built-in "Heading" and "Text" | Excel Programming |