Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
RHRussell Huband28/03/2024
I am trying to use the following macro to save a dxf and pdf of each of the open drawing files in Solidworks. The PDF's are all correct, however, the DXF's are all the same drawing (the first one that's saved) but with different names.
Sub SaveAllAsPDFAndDXF() Dim swApp As Object Dim swModel As Object Dim swDraw As Object Dim FilePath As String Dim FileNamePDF As String Dim FileNameDXF As String Dim