![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
If secuurity level is set to medium (under Tools-Macro-Security) and trust
all installed addins and template is uncheck. Then how to enable macro for addin programatically. When i open outlook it asks me do u want to enable/disable macro. If i disable then my addin will not work. To avoid the message i need to set macro to enable. Please suggest. |
Ads |
#2
|
|||
|
|||
![]()
Change the security setting. Addin code can't change that or otherwise rogue
code could do it and defeat the security. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Ashish" wrote in message ... If secuurity level is set to medium (under Tools-Macro-Security) and trust all installed addins and template is uncheck. Then how to enable macro for addin programatically. When i open outlook it asks me do u want to enable/disable macro. If i disable then my addin will not work. To avoid the message i need to set macro to enable. Please suggest. |
#3
|
|||
|
|||
![]()
can i change security setting programatically?
if i change security in outlook and open outlook again then it gives warning for my add (do u want to enable/disable macro) how to avoid that message and enable macro "Ken Slovak - [MVP - Outlook]" wrote in message ... Change the security setting. Addin code can't change that or otherwise rogue code could do it and defeat the security. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Ashish" wrote in message ... If secuurity level is set to medium (under Tools-Macro-Security) and trust all installed addins and template is uncheck. Then how to enable macro for addin programatically. When i open outlook it asks me do u want to enable/disable macro. If i disable then my addin will not work. To avoid the message i need to set macro to enable. Please suggest. |
#4
|
|||
|
|||
![]()
I just said you can't change the settings in code in your addin.
You need to change the settings before trying to load your addin, and if necessary put together instructions on what settings are needed by your users. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Ashish" wrote in message ... can i change security setting programatically? if i change security in outlook and open outlook again then it gives warning for my add (do u want to enable/disable macro) how to avoid that message and enable macro |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How do I eliminate the "Enable Macro" selection? | Keith | Outlook and VBA | 16 | September 21st 09 09:44 PM |
Eliminate need for "Enable Macro" selection | cte67 | Outlook and VBA | 7 | August 21st 09 07:30 PM |
Call AddIn-Functions from VBA-Macro | Steffen Grellmann[_2_] | Add-ins for Outlook | 7 | July 23rd 08 10:34 PM |
How to enable the macro menu option in outlook 2007? | Dhr Vernuft | Outlook and VBA | 6 | September 28th 07 10:34 AM |
How to enable com addin | Rob | Outlook - General Queries | 2 | March 19th 07 06:48 PM |