A
ajkessel
Sometimes when I start Outlook 2003, I get a message warning me about
macro security, and I select "Enable Macros," and everything works as
expected. Sometimes, however, there is no such message, and
Application_Startup() is not executed, and my event-triggered
subroutines (e.g., sentItems_ItemAdd) are not run. If I go to the VBA
and run Application_Startup() manually, everything works again.
I have not been able to find any consistency between the instances
where it works from startup vs. the times where I have to manually go
into VBA to enable the subroutines. It does not seem to matter whether
it is the first time I've started Outlook between reboots or a later
time; or what else is running; etc..
Any ideas? Has anyone else experienced anything similar?
macro security, and I select "Enable Macros," and everything works as
expected. Sometimes, however, there is no such message, and
Application_Startup() is not executed, and my event-triggered
subroutines (e.g., sentItems_ItemAdd) are not run. If I go to the VBA
and run Application_Startup() manually, everything works again.
I have not been able to find any consistency between the instances
where it works from startup vs. the times where I have to manually go
into VBA to enable the subroutines. It does not seem to matter whether
it is the first time I've started Outlook between reboots or a later
time; or what else is running; etc..
Any ideas? Has anyone else experienced anything similar?