Message 1 of 4

Not applicable
03-01-2017
06:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a rule that runs a part drawing to save as after I put a new part in it. When I start with and "idw" drawing file everything is fine.
ThisDoc.Document.SaveAs(ThisDoc.Path & "\" & RtrnSpannerPnNo & ".idw", True)
Problem I have is that there are lots of drawings that I want to reference and save as on that are Inventor based .dwg files. When I swap out ".idw" with ".dwg", I get a new file that is actually correct, but it is an autocad .dwg that is not tied to model. How can I get the SaveAs to pick Inventor based .dwg?
Solved! Go to Solution.