Currently I have a view that brings pieces of information together from the resource side and the task side into one view. I have a macro that enables this to happen but, it must be done manully using a CTRL-hotkey. I was wondering if there was a way to get this to run automatically when I open the view that i created so all the correct information shows up. Below was one suggestion but we have upgraded to using Project Server. Will this example still work? Any suggestions welcome. Thanks in advance.
1. Start Project
2. Alt+F11 to open VB
3. In the left panel, double-click on "ThisProject (GLOBAL.MPT)"
This will open a window on the right named "GLOBAL.MPT ThisProject(Code)"
At the top of that window, you'll see two dropdowns.
* One offers "(General)" or "Project" (You want "Project").
* The other offers a variety of envents. Choose your event.
4. Put the name of your macro there.
This assumes, of course, that your macro is in GLOBAL.MPT. If you've put your macro into a specific project and only want to access it in that project then on instruction 3, select "ThisProject(WhateverYourProjectIsNamed)" instead.
1. Start Project
2. Alt+F11 to open VB
3. In the left panel, double-click on "ThisProject (GLOBAL.MPT)"
This will open a window on the right named "GLOBAL.MPT ThisProject(Code)"
At the top of that window, you'll see two dropdowns.
* One offers "(General)" or "Project" (You want "Project").
* The other offers a variety of envents. Choose your event.
4. Put the name of your macro there.
This assumes, of course, that your macro is in GLOBAL.MPT. If you've put your macro into a specific project and only want to access it in that project then on instruction 3, select "ThisProject(WhateverYourProjectIsNamed)" instead.