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.