H
Howard Kaikow
Application Startup event is not being invoked in Outlook 2003.
EF is a Public variable in a standard module.
Private Sub Application_Startup()
MsgBox "Application_Startup"
Set EF = New clsMine
EF.SetupStuff
End Sub
I know that it was working as of a few days ago.
EF is a Public variable in a standard module.
Private Sub Application_Startup()
MsgBox "Application_Startup"
Set EF = New clsMine
EF.SetupStuff
End Sub
I know that it was working as of a few days ago.