Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I currently use a code that allows me to save the files with the code and its description, but it works well only with the part files, but it does not work with the assembly files, how can I solve it?
Dim oDoc As PartDocument = ThisApplication.ActiveDocument
oDoc.DisplayName = iProperties.Value("Project", "Stock Number") & " - " & iProperties.Value("Project", "Part Number")
Solved! Go to Solution.