10-29-2020
01:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-29-2020
01:02 PM
@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?