G
Gabriele
hi to all,
I have a strange problem concerning auto_open and other macros. when i
put them in the code of my global.mpt they don't work.
here's a portion of my code:
Dim WithEvents App As Application
Dim WithEvents Proj As Project
Sub Autpen()
Dim res As Boolean
MsgBox "auto_open..."
End Sub
Public Sub Proj_Activate(ByVal pj As Project)
MsgBox "Project Just activated"
End Sub
Public Sub Proj_Open(ByVal pj As Project)
MsgBox "Project Just Opened"
End Sub
I tried also the change between the signature Proj_Activate with
Project_Activate but they don't work ...
Any suggestion, please???
Gabriele
I have a strange problem concerning auto_open and other macros. when i
put them in the code of my global.mpt they don't work.
here's a portion of my code:
Dim WithEvents App As Application
Dim WithEvents Proj As Project
Sub Autpen()
Dim res As Boolean
MsgBox "auto_open..."
End Sub
Public Sub Proj_Activate(ByVal pj As Project)
MsgBox "Project Just activated"
End Sub
Public Sub Proj_Open(ByVal pj As Project)
MsgBox "Project Just Opened"
End Sub
I tried also the change between the signature Proj_Activate with
Project_Activate but they don't work ...
Any suggestion, please???
Gabriele