![]() |
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
|
|||
|
|||
![]()
Each time I want to run a macro on a message in OL-07, I get the enable
macros dialog. Is there a way to do that once and for all? Are there no "Trusted Locations" in Outlook as there are in the other Office apps? Thanks -- TedMi |
Ads |
#2
|
|||
|
|||
![]()
Not sure if anything changed in Outlook 2007, but is your macro
security set to Medium? --JP On Apr 16, 2:43*pm, tedmi wrote: Each time I want to run a macro on a message in OL-07, I get the enable macros dialog. Is there a way to do that once and for all? Are there no "Trusted Locations" in Outlook as there are in the other Office apps? Thanks -- TedMi |
#3
|
|||
|
|||
![]()
The security levels have different names in 2007. My level in Outlook is set
the same as the levels in Word & XL, and in those 2, I don't get repeating enable dialogs. -- TedMi |
#4
|
|||
|
|||
![]()
You need to use the Selfcert.exe tool (on the Programs menu under Microsoft Office | Microsoft Office Tools | Digital Certificate for VBA Projects) to create a digitial certificate and then use that certificate to sign your VBA project. Once you do that, you can set the macro security level to "Warnings for signed macros; all unsigned macros are disabled." The next time you restart Outlook and try to run VBA code, you'll be prompted to trust the publisher (i.e. you), but should receive no further prompts after that.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "tedmi" wrote in message ... Each time I want to run a macro on a message in OL-07, I get the enable macros dialog. Is there a way to do that once and for all? Are there no "Trusted Locations" in Outlook as there are in the other Office apps? Thanks -- TedMi |
#5
|
|||
|
|||
![]()
Thanks Sue, that worked great!
-- TedMi |
#6
|
|||
|
|||
![]()
Hi Sue
is there no way to create a trusted folder in Outlook? thanks "Sue Mosher [MVP-Outlook]" wrote: You need to use the Selfcert.exe tool (on the Programs menu under Microsoft Office | Microsoft Office Tools | Digital Certificate for VBA Projects) to create a digitial certificate and then use that certificate to sign your VBA project. Once you do that, you can set the macro security level to "Warnings for signed macros; all unsigned macros are disabled." The next time you restart Outlook and try to run VBA code, you'll be prompted to trust the publisher (i.e. you), but should receive no further prompts after that. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "tedmi" wrote in message ... Each time I want to run a macro on a message in OL-07, I get the enable macros dialog. Is there a way to do that once and for all? Are there no "Trusted Locations" in Outlook as there are in the other Office apps? Thanks -- TedMi |
#7
|
|||
|
|||
![]()
There's no such concept as a trusted folder in Outlook. You need to do what
Sue told you. -- 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 "NJS" wrote in message ... Hi Sue is there no way to create a trusted folder in Outlook? thanks |
#8
|
|||
|
|||
![]()
Thanks Sue,
unfortunately I need to deploy this on multiple machines, (and without a public cert)so need the ability to leverage the 'trusted location' facility (that is missing from Outlook?) "NJS" wrote: Hi Sue is there no way to create a trusted folder in Outlook? thanks "Sue Mosher [MVP-Outlook]" wrote: You need to use the Selfcert.exe tool (on the Programs menu under Microsoft Office | Microsoft Office Tools | Digital Certificate for VBA Projects) to create a digitial certificate and then use that certificate to sign your VBA project. Once you do that, you can set the macro security level to "Warnings for signed macros; all unsigned macros are disabled." The next time you restart Outlook and try to run VBA code, you'll be prompted to trust the publisher (i.e. you), but should receive no further prompts after that. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "tedmi" wrote in message ... Each time I want to run a macro on a message in OL-07, I get the enable macros dialog. Is there a way to do that once and for all? Are there no "Trusted Locations" in Outlook as there are in the other Office apps? Thanks -- TedMi |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
re-enabling a COM add-in that has been soft disabled | [email protected] | Add-ins for Outlook | 1 | February 22nd 08 02:05 PM |
enabling alternative calandar | Mahsa Pedrami | Outlook - Calandaring | 0 | August 25th 07 02:50 PM |
Enabling VBA macros in Outlook 2007 | David Hyde | Outlook and VBA | 2 | September 30th 06 09:56 AM |
Enabling macros | HeadOffice | Outlook and VBA | 2 | May 17th 06 12:30 AM |
problem enabling macros | [email protected] | Outlook - General Queries | 1 | January 16th 06 03:18 PM |