Public Sub Application_Startup() code not work

H

Heinz-Dieter Muno

Hi All,

i have that simple code placed in my ThisOutlookSession.

Public Sub Application_Startup()
MsgBox "OK"
End Sub

When OL starts maximized or in normal Window that code works fine. But when
i start OL minimized nothing happens.

Any suggestions?

Regards
Dieter
 
Top