Message 1 of 6
ThisApplication.ActiveDocument.ComponentDefinition fail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
why does this sometimes fail , and sometimes not
Dim oAsmCompDef As AssemblyComponentDefinition
'illogic code
oAsmCompDef = ThisApplication.ActiveDocument.ComponentDefinition
both files are made form the same templet
and add some files to it form vault.
one of them fail and one of them do not how can it be and is there a way to not make it fail ?

