
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Greetings
I'm trying to make an excel spreadsheet that gets some information from inventor assembly using VBA
Some of those information were part name-QTY-Range Box
Well i was getting part name and range box from AllReferenceDocument.Item(counter).etc etc
The only location were i could find the Quantity of the parts is from ComponentDefinition.BOM.BOMViews.Item(1).BOMRows.Item(counter).ItemQuantity
While i was trying my piece of code to various assemblies i noticed that i was getting wrong QTY for the parts. I guess its because Item(Counter) in AllReferenceDocument. is different than Item(Counter) in ComponentDefinition.BOM.BOMViews.Item(1).BOMRows.
Is there any other way to export assemblies' part QTY rather than BOM? if not how can i fix that?
Sorry for the description of the problem but I'm not used to any programming language
Solved! Go to Solution.