J
Jon
Having a small problem with this. I am just trying at this point to get a
msgbox to display when I open a project. I followed an example and it still
will not work.
I have included the code below it is very simple and is in the area called
ThisProject(ProjectName) part of the project viewer and I am using Ms Project
2003
Private Sub Project_Open(ByVal pj As Project)
MsgBox "Hey this works"
End Sub
Any help will be greatly appreicated
Jon
msgbox to display when I open a project. I followed an example and it still
will not work.
I have included the code below it is very simple and is in the area called
ThisProject(ProjectName) part of the project viewer and I am using Ms Project
2003
Private Sub Project_Open(ByVal pj As Project)
MsgBox "Hey this works"
End Sub
Any help will be greatly appreicated
Jon