Discussion:
Outlook VBA application_startup code not firing
(too old to reply)
f***@gmail.com
2010-02-02 11:19:29 UTC
Permalink
I have one PC in my network that is not firing the Application_Startup
event when opening Outlook. I have checked it is not disabled and it
has vba installed. I have tried running the vba code on its own and it
works fine, but I cannot get it to fire automatically on opening, I
have 110 PC's this runs fine on, except this one. Any ideas gratefully
received? This is driving me mad.

thanks John
JP
2010-02-02 15:30:58 UTC
Permalink
Is the project digitally signed? Is macro security set to the
appropriate level? Have you restarted Outlook completely? Are there
any security permissions on that computer that are different than the
others?

--JP
Post by f***@gmail.com
I have one PC in my network that is not firing the Application_Startup
event when opening Outlook. I have checked it is not disabled and it
has vba installed. I have tried running the vba code on its own and it
works fine, but I cannot get it to fire automatically on opening, I
have 110 PC's this runs fine on, except this one. Any ideas gratefully
received? This is driving me mad.
thanks John
f***@gmail.com
2010-02-09 14:06:44 UTC
Permalink
Yes, it is really weird! It is digitally signed, has the appropriate
level, where would the security settings be to get this working?
thanks John
Post by JP
Is the project digitally signed? Is macro security set to the
appropriate level? Have you restarted Outlook completely? Are there
any security permissions on that computer that are different than the
others?
--JP
Post by f***@gmail.com
I have one PC in my network that is not firing the Application_Startup
event when opening Outlook. I have checked it is not disabled and it
has vba installed. I have tried running the vba code on its own and it
works fine, but I cannot get it to fire automatically on opening, I
have 110 PC's this runs fine on, except this one. Any ideas gratefully
received? This is driving me mad.
thanks John- Hide quoted text -
- Show quoted text -
JP
2010-02-09 14:32:46 UTC
Permalink
Is the code in the right place? It should be in the ThisOutlookSession
module.

--JP
Post by f***@gmail.com
Yes, it is really weird! It is digitally signed, has the appropriate
level, where would the security settings be to get this working?
thanks John
Post by JP
Is the project digitally signed? Is macro security set to the
appropriate level? Have you restarted Outlook completely? Are there
any security permissions on that computer that are different than the
others?
--JP
Post by f***@gmail.com
I have one PC in my network that is not firing the Application_Startup
event when opening Outlook. I have checked it is not disabled and it
has vba installed. I have tried running the vba code on its own and it
works fine, but I cannot get it to fire automatically on opening, I
have 110 PC's this runs fine on, except this one. Any ideas gratefully
received? This is driving me mad.
thanks John- Hide quoted text -
- Show quoted text -- Hide quoted text -
- Show quoted text -
Loading...