Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Sub TitleUpdate()
Dim oAsmDoc As AssemblyDocument
Set oAsmDoc = ThisApplication.ActiveDocument
Dim oPartDoc As PartDocument
Dim oProp As Property
For Each oPartDoc In oAsmDoc.AllReferencedDocuments
For Each oProp In oPartDoc.PropertySets.Item("Inventor Summary Information").Item("Title")
oProp.Value = "Comp"
Next
Next
End Sub
Hi all,
Can anybody help on this code error?
Thanks,
Regards,
Karth
Solved! Go to Solution.