Message 1 of 3
Recognize if a derived part link has been broken.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have some vba code that looks at an IPT file and checks if it came from a derived part of iam file. So in other words if oSubs1.Count = 1 then it is from a derived part or assembly and then if that is the case things are handled differently than if it just a regular part. However, if it is a derived assembly or part that the link has been broken, then I want it to use the same logic as if it was just a regular part and not a derived part. Unfortunately, even though the link was broke, the oSubs1.Count is still = 1. Is there anything I can use to recognize that the link has been broke?
Thanks,
Shawn