![]() |
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
|
|||
|
|||
![]()
Hi all,
I'm using Outlook 2003 SP3 in an Exchange environment. I have installed Redemption and am using some code I found on www.outlookcode.com to a) auto-bcc myself on all messages, and b) auto-add recipients to my address book. The VBA code itself is working perfectly and does exactly what I want it to do. However, after installing Redemption, and also installing the RSS Popper feed reader for Outlook on the same day, I do not always receive the prompt to enable macros when I start Outlook. My security settings are on medium. I used the selfcert.exe program to digitally sign my VBA project (not sure if that matters). I even placed some basic code to trigger an alert into the Application.Startup routine to try and force the prompt every time. I'd say I get the prompt about 50-75% of the time. If I open Outlook and do not get the prompt, I can go to Tools--Macro--Macros and then the prompt will appear. Any ideas on what is preventing the prompt from occurring when Outlook starts? I removed the RSS Popper feed reeder to see if that was causing the issue, and it doesn't appear to be the culprit. Thanks in advance! -- Richard |
#2
|
|||
|
|||
![]() After signign the code, it should be possible to set the security to high. You wouldn't have to deal with the prompt then. -- Best regards Michael Bauer - MVP Outlook : VBOffice Reporter for Data Analysis & Reporting : Outlook Categories? Category Manager Is Your Tool : http://www.vboffice.net/product.html?pub=6&lang=en Am Tue, 26 Aug 2008 09:24:01 -0700 schrieb Richard: Hi all, I'm using Outlook 2003 SP3 in an Exchange environment. I have installed Redemption and am using some code I found on www.outlookcode.com to a) auto-bcc myself on all messages, and b) auto-add recipients to my address book. The VBA code itself is working perfectly and does exactly what I want it to do. However, after installing Redemption, and also installing the RSS Popper feed reader for Outlook on the same day, I do not always receive the prompt to enable macros when I start Outlook. My security settings are on medium. I used the selfcert.exe program to digitally sign my VBA project (not sure if that matters). I even placed some basic code to trigger an alert into the Application.Startup routine to try and force the prompt every time. I'd say I get the prompt about 50-75% of the time. If I open Outlook and do not get the prompt, I can go to Tools--Macro--Macros and then the prompt will appear. Any ideas on what is preventing the prompt from occurring when Outlook starts? I removed the RSS Popper feed reeder to see if that was causing the issue, and it doesn't appear to be the culprit. Thanks in advance! -- Richard |
#3
|
|||
|
|||
![]()
Michael,
Thanks for pointing that out. I modified my security settings, and it appears to be working so far. Cheers, Richard "Michael Bauer [MVP - Outlook]" wrote: After signign the code, it should be possible to set the security to high. You wouldn't have to deal with the prompt then. -- Best regards Michael Bauer - MVP Outlook : VBOffice Reporter for Data Analysis & Reporting : Outlook Categories? Category Manager Is Your Tool : http://www.vboffice.net/product.html?pub=6&lang=en Am Tue, 26 Aug 2008 09:24:01 -0700 schrieb Richard: Hi all, I'm using Outlook 2003 SP3 in an Exchange environment. I have installed Redemption and am using some code I found on www.outlookcode.com to a) auto-bcc myself on all messages, and b) auto-add recipients to my address book. The VBA code itself is working perfectly and does exactly what I want it to do. However, after installing Redemption, and also installing the RSS Popper feed reader for Outlook on the same day, I do not always receive the prompt to enable macros when I start Outlook. My security settings are on medium. I used the selfcert.exe program to digitally sign my VBA project (not sure if that matters). I even placed some basic code to trigger an alert into the Application.Startup routine to try and force the prompt every time. I'd say I get the prompt about 50-75% of the time. If I open Outlook and do not get the prompt, I can go to Tools--Macro--Macros and then the prompt will appear. Any ideas on what is preventing the prompt from occurring when Outlook starts? I removed the RSS Popper feed reeder to see if that was causing the issue, and it doesn't appear to be the culprit. Thanks in advance! -- Richard |
#4
|
|||
|
|||
![]()
Since the change began when you installed the RSS Popper feed reader, maybe
you should disable or remove it to see if it's causing the problem. If it leaves Outlook.exe running after you close all Outlook windows, that could definitely cause the symptoms you're seeing. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Richard" wrote: Hi all, I'm using Outlook 2003 SP3 in an Exchange environment. I have installed Redemption and am using some code I found on www.outlookcode.com to a) auto-bcc myself on all messages, and b) auto-add recipients to my address book. The VBA code itself is working perfectly and does exactly what I want it to do. However, after installing Redemption, and also installing the RSS Popper feed reader for Outlook on the same day, I do not always receive the prompt to enable macros when I start Outlook. My security settings are on medium. I used the selfcert.exe program to digitally sign my VBA project (not sure if that matters). I even placed some basic code to trigger an alert into the Application.Startup routine to try and force the prompt every time. I'd say I get the prompt about 50-75% of the time. If I open Outlook and do not get the prompt, I can go to Tools--Macro--Macros and then the prompt will appear. Any ideas on what is preventing the prompt from occurring when Outlook starts? I removed the RSS Popper feed reeder to see if that was causing the issue, and it doesn't appear to be the culprit. Thanks in advance! -- Richard |
#5
|
|||
|
|||
![]()
Thanks for the hint, Sue. I previously tried removing RSS Popper and it
didn't clear up my issue. I thought that changing my security level had fixed the issue as well, but it hasn't completely (although it's a little more consistent now). After removing RSS Popper, when I close Outlook I do see that OUTLOOK.EXE is still running. There is an archive tool that our system admins are pushing into Outlook which installs a toolbar, I wonder if that could be causing the issue. As it stands now, I still have to go to Tools--Macro--Macros occasionally. This will trigger the Redemption popup when I send my first email of the session. After accepting the Redemption terms, everything works fine. Unfortunately, I don't think I can stop the sys admin from pushing the archive tool, so I don't know if I have any other options to remedy my issue. Thanks for your help, though! "Sue Mosher [MVP-Outlook]" wrote: Since the change began when you installed the RSS Popper feed reader, maybe you should disable or remove it to see if it's causing the problem. If it leaves Outlook.exe running after you close all Outlook windows, that could definitely cause the symptoms you're seeing. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Richard" wrote: Hi all, I'm using Outlook 2003 SP3 in an Exchange environment. I have installed Redemption and am using some code I found on www.outlookcode.com to a) auto-bcc myself on all messages, and b) auto-add recipients to my address book. The VBA code itself is working perfectly and does exactly what I want it to do. However, after installing Redemption, and also installing the RSS Popper feed reader for Outlook on the same day, I do not always receive the prompt to enable macros when I start Outlook. My security settings are on medium. I used the selfcert.exe program to digitally sign my VBA project (not sure if that matters). I even placed some basic code to trigger an alert into the Application.Startup routine to try and force the prompt every time. I'd say I get the prompt about 50-75% of the time. If I open Outlook and do not get the prompt, I can go to Tools--Macro--Macros and then the prompt will appear. Any ideas on what is preventing the prompt from occurring when Outlook starts? I removed the RSS Popper feed reeder to see if that was causing the issue, and it doesn't appear to be the culprit. Thanks in advance! -- Richard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2007 - enable macros in VBAproject.OTM | Howard Woods | Outlook and VBA | 1 | August 21st 07 08:27 AM |
Enable/Disable Macros when walking public folders in loop | Matt Williamson | Outlook and VBA | 3 | May 4th 07 03:28 PM |
Prompted for Logon in outlook 2003 | davisr65 | Outlook - Installation | 2 | March 17th 07 05:57 PM |
How To Enable Macros in Outlook 2003 (XP Pro SP2) | Ron | Outlook and VBA | 1 | January 10th 07 07:39 PM |
enable macros | Joanne | Outlook and VBA | 3 | February 24th 06 05:44 PM |