I am fairly new to AutoCAD VBA and learning as I go. I need to create thousands of small 3d meshes. I use an AutoCAD macro to run 3dmesh commands to create meshes, one at a time or in a large group. I may have gotten into the details and missed some of the introduction, but I have a simple question. Can I create more than one drawing (ThisDrawing plus others) in any single AutoCAD VBA project? If so, how? Can I repeatedly create new drawings (repeat open, modify, and close), using a batch process, from a single VBA project? Basically the VBA sub would - open a new drawing, run a script file to create a mesh, and then close the drawing file (or leave open until all meshes have been created) - in a loop. Pointers to example code? Thanks for your feedback on this. Tim Barbour [email][/email]