WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Not prompted to enable macros when Outlook opens, but I wa..

 
   Home -> Office -> Programming VBA RSS
Next:  Creating a dynamic temporary folder (Store?)  
Author Message
Richard

External


Since: Mar 12, 2006
Posts: 372



(Msg. 1) Posted: Tue Aug 26, 2008 9:24 am
Post subject: Not prompted to enable macros when Outlook opens, but I want to be
Archived from groups: microsoft>public>outlook>program_vba (more info?)

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
Back to top
Login to vote
Sue Mosher [MVP-Outlook]

External


Since: Jun 18, 2004
Posts: 613



(Msg. 2) Posted: Tue Aug 26, 2008 11:38 am
Post subject: RE: Not prompted to enable macros when Outlook opens, but I want to be [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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
Back to top
Login to vote
Michael Bauer [MVP - Outl

External


Since: Aug 04, 2006
Posts: 1337



(Msg. 3) Posted: Tue Aug 26, 2008 7:56 pm
Post subject: Re: Not prompted to enable macros when Outlook opens, but I want to be [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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
Back to top
Login to vote
Richard

External


Since: Mar 12, 2006
Posts: 372



(Msg. 4) Posted: Tue Aug 26, 2008 7:56 pm
Post subject: Re: Not prompted to enable macros when Outlook opens, but I want t [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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
>
Back to top
Login to vote
Richard

External


Since: Mar 12, 2006
Posts: 372



(Msg. 5) Posted: Fri Aug 29, 2008 7:45 am
Post subject: RE: Not prompted to enable macros when Outlook opens, but I want t [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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
Back to top
Login to vote
Display posts from previous:   
       Home -> Office -> Programming VBA All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
  Office
 Office Other
 Security
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET |
  • IT Support