J
Jan T.
Using Outlook 2003 and Windows XP Profesjonal I have tried to have
Outlook fire up a procedure when I open Outlook.
I have used the same code for several other persons and it works fine.
I have changed security settings to Medium as usually. The code in
ThisOutlookSession Private Module starts with
Private sub Application_Startup()
Call CreateMenu
' some other stuff...
End sub
Any idéa why the sub does not fire when Outlook is starting up?
Appriciate any help...
Regards
Jan T.
Outlook fire up a procedure when I open Outlook.
I have used the same code for several other persons and it works fine.
I have changed security settings to Medium as usually. The code in
ThisOutlookSession Private Module starts with
Private sub Application_Startup()
Call CreateMenu
' some other stuff...
End sub
Any idéa why the sub does not fire when Outlook is starting up?
Appriciate any help...
Regards
Jan T.