Project 03 BeforeClose event not firing

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?
 

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