S
StumpinSeattle
Both sets of codes call on respective class and modules. They work
individualy but not toghether in the same "Thisproject" object section. I am
trying to follow Rod Gill's VBA book. Can anybody call me on this one?
Private Sub Project_Open(ByVal pj As Project)
MsgBox ("Hello and Welcome to WMPE Project Management Information
System.")
EnableEvents
End Sub
Dim X As New TEvent
Private Sub Project_Open(ByVal pj As Project)
Set X.App = Application
End Sub
individualy but not toghether in the same "Thisproject" object section. I am
trying to follow Rod Gill's VBA book. Can anybody call me on this one?
Private Sub Project_Open(ByVal pj As Project)
MsgBox ("Hello and Welcome to WMPE Project Management Information
System.")
EnableEvents
End Sub
Dim X As New TEvent
Private Sub Project_Open(ByVal pj As Project)
Set X.App = Application
End Sub