Configuration Saveas Macro
Configuration Saveas Macro
(OP)
I have a part file with say 20 configurations that I want to "saveas" to different file types. Is there a macro available that would break out the configurations into a specific file type?






RE: Configuration Saveas Macro
RE: Configuration Saveas Macro
RE: Configuration Saveas Macro
Meantime try the attached SplitConfig macro.
RE: Configuration Saveas Macro
RE: Configuration Saveas Macro
This is from CADimensions. (a VAR)
Joe
SW Office 2008 SP5.0
P4 3.0Ghz 3GB
ATI FireGL X1
RE: Configuration Saveas Macro
Best regards, Mike
RE: Configuration Saveas Macro
Could you show us the line that you changed, and what you changed it to? I've always split the config's, then do a "save as" manually.
Joe
SW Office 2008 SP5.0
P4 3.0Ghz 3GB
ATI FireGL X1
RE: Configuration Saveas Macro
name = fname + "-" + configs(i) & ext
To ( .sat could be .stp or .igs or any extension you want):
name = fname + "-" + configs(i) & ".sat"
This is my new favorite macro...
RE: Configuration Saveas Macro
Thanks. After I asked, I did find a macro I had saved that does this. DocExport from http
This one allows you to select which configs you want to export, in the event you don't need all 20 of them.
Joe
SW Office 2008 SP5.0
P4 3.0Ghz 3GB
ATI FireGL X1