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
I want to be able to add code/macro to the Environment Events module. How
Share
You can find
EnvironmentEventsby using Alt+F8 to open the Macro Explorerand then opening Module1 in
MyMacros, this will open up in theVisual Studio Macro Editor.EnvironmentEventsis located there. Then you can learn about macros by reading the MSDN documentation.