C
Chirlu
Hallo!
environmemt: Project Server 2007
I place the code
Private Sub Project_BeforeSave(ByVal pj As MSProject.Project)
MsgBox "Project Just Saved - (testing BeforeSave event handler)"
End Sub
in a new created project and it works fine.
Whenever I add this to an existing project the code, change a task in the
project and save, the code is not executed.
Any ideas what I have to change / where the problem is?
Thanks
environmemt: Project Server 2007
I place the code
Private Sub Project_BeforeSave(ByVal pj As MSProject.Project)
MsgBox "Project Just Saved - (testing BeforeSave event handler)"
End Sub
in a new created project and it works fine.
Whenever I add this to an existing project the code, change a task in the
project and save, the code is not executed.
Any ideas what I have to change / where the problem is?
Thanks