Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all!
I'm trying to find the GUID or other unique string of each occurrence (VBA).
For example this assembly:
Test_codes.iam
Test_codes_P002:2
Test_codes_P001:1
Test_codes_P001:2
Test_codes_P001:3
Test_codes_P002:4
Test_codes_P002:5
Every occurrence has a unique DisplayName.
So if I have occurrence Test_codes_P002:2 is there also a unique GUID or similar string connected to this occurrence that is different from the parent part itself?
So far I've been searching in locals at VBA but can only find strings that reflect the parent part.
Anyone know if there is a unique string per occurrence?
Solved! Go to Solution.