VSM - May 2003 Getting Started column
Enhance Productivity With Macros
Stan Schultes - stan@vbnetexpert.com

This sample requires Visual Studio .NET. You should apply the lastest SP to the Framework (SP2 as of this writing). 

The sample code for this column includes the VSMacros project and the VSM0305.vb macros file. VSMacros is a do-nothing utility that only acts as a host on which to try the project macros. Unzip the VSMacros project into the directory of your choice, and put the VSM0305.vb file in your Visual Studio VSMacros directory (look at the Tools | Options menu item, then the Environment | Projects and Solutions options dialog). Navigate to the VS projects location, and put VSM0305.vb in the \VSMacros subdirectory. Start the VSMacros sample project, press Alt-F11 to open the Macros ID, right-click MyMacros in Project Explorer and choose Add --> Add Existing Item. Choose the VSM0305.vb file and click OK.

