projectUser
MIS
Hi Folks,
I'm wanting to see when Project_Open event fires. I inserted a message within this event, closed the project, and reopened it - no message. Could this be a security setting in my windows environment? Below is my code:
Private Sub Project_Open(ByVal pj As Project)
MsgBox "You are in Project_Open Event."
End Sub
Thanks in advance for your help.
Tim
I'm wanting to see when Project_Open event fires. I inserted a message within this event, closed the project, and reopened it - no message. Could this be a security setting in my windows environment? Below is my code:
Private Sub Project_Open(ByVal pj As Project)
MsgBox "You are in Project_Open Event."
End Sub
Thanks in advance for your help.
Tim