Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
In the BOM of the drawing, I want to merge + manipulate the quantity of two parts in an assembly.
- Merge the 2 parts. We have two different parts but with the same part nr. These 2 parts needs to be merged with each other. (in real, these parts are identical, but in 3D we need to draw them in a different way. That's why we have 2 different parts)
- Manipulate the quantity because the parts are in a set of 8 pieces. And I want to see the amount of a SET – not of the parts separately.
Can somebody help me how I can Merge the 2 parts – in VBA code please?
I have already the code to change the amount of the parts in a set of 8
'200 00 08 Case InStr(oBOMView.BOMRows.Item(j).ReferencedFileDescriptor.ReferencedFile.FullFileName, "200 00 00") sNewQty = RoundUp(oBOMView.BOMRows.Item(j).TotalQuantity / 8) oBOMView.BOMRows.Item(j).TotalQuantity = sNewQty
Thanks!
Best regards,
Maarten
Solved! Go to Solution.