M
Mark Main
I have the following macro located in Module1 of 'ThisProject' and it's not
running when I open the project plan:
Option Explicit
Private Sub Project_Open(ByVal pj As Project)
Msgbox "On Open Confirmed."
End Sub
What am I doing wrong?
running when I open the project plan:
Option Explicit
Private Sub Project_Open(ByVal pj As Project)
Msgbox "On Open Confirmed."
End Sub
What am I doing wrong?