Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi i try to find a solution i have one rule and i want in the end off the rule to save the part
Solved! Go to Solution.
Hi i try to find a solution i have one rule and i want in the end off the rule to save the part
Solved! Go to Solution.
Hi @k.grigoriou , you can use one of these.
ThisDoc.Document.Save
ThisDoc.Document.SaveAs("C:\Temp\BestPartEver.ipt", False) 'saves it as the specified path & name
ThisDoc.Document.SaveAs("C:\Temp\BestPartEver2.ipt", True) 'saves it out as copy, keeps the original open