Message 1 of 8
Overridden Balloons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I've been working with a macro that iterates through the balloons in a drawing with the intention of compare the balloons to the BOM. I've tried several ways and did not work.
The main issue is getting the information of overridden balloons like this format = (item / qty).
I want to get the information of the qty overridden value, and I didn't have luck.
Is always an error like this: Object doesn't support this property or method.
reading more about it could be that my VBA project is not correctly referencing the Autodesk Inventor Object
Library.
The code is attached.
to run the macro, you will first have to select a balloon and then the macro will print the information gotten from the balloon.