1

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

Community
  • 1
  • 1
Karl L
  • 260
  • 4
  • 9

1 Answers1

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.

enter image description here

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