This code I wrote generates the drawing but I cant get it to save and close it.
Sub main()
Dim swApp As SldWorks.SldWorks
Dim swModel As SldWorks.ModelDoc2
Dim swDraw As SldWorks.DrawingDoc
Dim swDrawModel As...
I have about 600 configurations of a part and I need to gernerate DWG's of each configuration (without me watching) I can't seem to find anyhting and my codes suck. Any help would be great.