C
Curmudgeon
I have a Project 2003 file that includes a class module with
declaration
Public WithEvents App As Application
This is followed by
Private Sub App_ProjectBeforeClose(ByVal pj As Project, Cancel As
Boolean)
MsgBox "Foo"
End Sub
After compiling and saving the module, nothing happens when the mpp is
closed. Can anyone tell me why this code is not executing?
declaration
Public WithEvents App As Application
This is followed by
Private Sub App_ProjectBeforeClose(ByVal pj As Project, Cancel As
Boolean)
MsgBox "Foo"
End Sub
After compiling and saving the module, nothing happens when the mpp is
closed. Can anyone tell me why this code is not executing?