Application_Startup event handler not being called

M

Michael Kairys

Outlook 2003 on Windows XP Pro...

I have several macros in ThisOutlookSession that I use regularly. They are
digitally signed to me. Now I have added an Application_Startup event
handler, like this:

Private Sub Application_Startup()
MsgBox "Welcome, " & Application.GetNamespace("MAPI").CurrentUser
End Sub

It works when I run it from the editor, but it is never called on startup.

I have read several posts on this topic and tried deleting everything in
ThisOutlookSession and reloading. Any other suggestions welcome!
 
M

Michael Kairys

I had recently installed ZoneAlarm Security Suite, which has a junk-mail
filter (made by MailFrontier, I understand) with an Outlook Com addin. When
I disabled the addin my Application_Startup event handler started working.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top