farzadtb
Mechanical
- Dec 1, 2009
- 38
Hi all
I want to run a Macro , that when I have a .sldprt open , it saves the file in STEP format in a particular folder, using its own name. at the moment I have this file , but it can be used only for one file name
Sub main()
Set swApp = _
Application.SldWorks
Set Part = swApp.ActiveDoc
longstatus = Part.SaveAs3("E:......\STEP\13F01020.STEP", 0, 0)
End Sub
I want to run a Macro , that when I have a .sldprt open , it saves the file in STEP format in a particular folder, using its own name. at the moment I have this file , but it can be used only for one file name
Sub main()
Set swApp = _
Application.SldWorks
Set Part = swApp.ActiveDoc
longstatus = Part.SaveAs3("E:......\STEP\13F01020.STEP", 0, 0)
End Sub