J
Jim Spiller
Say, I have the following macro:
Private Sub Project_Activate(ByVal pj As Project)
MsgBox "HI"
End Sub
I want this to run every time I open a New project and every time I open an
existing project. This appears to work by putting this code into the
ThisProject (Global.mpt).
My question is this:
Can I put this code into the ThisProject (Global.mpt) section automatically
using a Project_Open or Autpen macro when a setup file is opened? I can
move Modules into the Global.mpt by using OrganizerMoveItem but is there an
equivalent command for moving something to the ThisProject (Global.mpt)
area?
Or, is there another way to achieve this?
Thanks all!
Private Sub Project_Activate(ByVal pj As Project)
MsgBox "HI"
End Sub
I want this to run every time I open a New project and every time I open an
existing project. This appears to work by putting this code into the
ThisProject (Global.mpt).
My question is this:
Can I put this code into the ThisProject (Global.mpt) section automatically
using a Project_Open or Autpen macro when a setup file is opened? I can
move Modules into the Global.mpt by using OrganizerMoveItem but is there an
equivalent command for moving something to the ThisProject (Global.mpt)
area?
Or, is there another way to achieve this?
Thanks all!