I want to be able to add code/macro to the Environment Events module. How do I do such a thing? This was a post where I heard of such a thing but I wouldn't know where to start on how to do it. https://stackoverflow.com/a/2112181/1055946
Asked
Active
Viewed 471 times
1 Answers
2
You can find EnvironmentEvents
by using Alt+F8 to open the Macro Explorer
and then opening Module1 in MyMacros
, this will open up in the Visual Studio Macro Editor
. EnvironmentEvents
is located there. Then you can learn about macros by reading the MSDN documentation.

Mark Hall
- 53,938
- 9
- 94
- 111