LinkedIn
X (Twitter)
Facebook
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
never-displayed