If you want to prepare a suite of drawings or work with more than one drawing at a time, VBA is the tool to use. Tip #1955 (Manipulate Layers in a Drawing Group) is a VBA macro that lets you manipulate the layers in a group of drawings. In this case, Benoit Lefebvre wanted to go through the drawings and modify the layer names of objects generated as a result of the solids manipulation commands Solview and Soldraw. This routine is a wonderful example of how you can use VBA to quickly change multiple drawings.
|