A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Not prompted to enable macros when Outlook opens, but I want to be



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 26th 08, 05:24 PM posted to microsoft.public.outlook.program_vba
Richard
external usenet poster
 
Posts: 114
Default Not prompted to enable macros when Outlook opens, but I want to be

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  
Old August 26th 08, 06:56 PM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Not prompted to enable macros when Outlook opens, but I want to be



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  
Old August 26th 08, 07:59 PM posted to microsoft.public.outlook.program_vba
Richard
external usenet poster
 
Posts: 114
Default Not prompted to enable macros when Outlook opens, but I want t

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  
Old August 26th 08, 07:38 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Not prompted to enable macros when Outlook opens, but I want to be

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  
Old August 29th 08, 03:45 PM posted to microsoft.public.outlook.program_vba
Richard
external usenet poster
 
Posts: 114
Default Not prompted to enable macros when Outlook opens, but I want t

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 03:35 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.