Hi friends,
I have a routine/sub in module 1 that keeps executing every 5 minutes.
I need that routine to call apart from all good things its currently doing, I want it to call Sub Application_Startup() but that routine is startup routine which only executes each time when Outlook is launched. Can it be called from remaining in module 1 ? do I have to change it from Private Sub Application_Startup() ...to Public Sub Application_Startup()?
Thanks in advance for your help.
I have a routine/sub in module 1 that keeps executing every 5 minutes.
I need that routine to call apart from all good things its currently doing, I want it to call Sub Application_Startup() but that routine is startup routine which only executes each time when Outlook is launched. Can it be called from remaining in module 1 ? do I have to change it from Private Sub Application_Startup() ...to Public Sub Application_Startup()?
Thanks in advance for your help.