Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
FCFrancisco Ceinos19/07/2024
I write a VBA macro to save every sheet of a drwing like dxf. Apparently everything is ok but the dxf doesn´t save. Could you tell me what is the problem please? I work with 2018 version.
Regards
Dim swApp As Object Dim swModel As Object Dim swDraw As Object Dim sheetNames As Variant Dim i As Integer Dim fileName As String Dim filePath As String Dim filePathName As String Dim saveAsSuccess As Long Sub