Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
in reply to: JelteDeJong


@JelteDeJong wrote:

if you want to save all documents referenced (direct and indirect) by the drawing you could do this.

For Each refDoc As Document In ThisDoc.Document.AllReferencedDocuments
    refDoc.Save()
Next

This is interesting to my newbie brain! Can i used this in an assembly to iterate thru each part?