Message 1 of 5

Not applicable
07-30-2019
07:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a problem exporting Virtual Part Over-ride quantities. I am using these codes in VBA:
Dim oBOMrow As BOMRow
For Each oBOMrow In oBOMview.BOMRows
If ocompdef.Type = 100675072 Then
Quantity = oBOMrow.ItemQuantity
End If
This "ItemQuantity" yields only "1". Also, I am attempting to use "0" value for items that we specify as "AR" or As Required. I need to read the "0" then export and populate a spreadsheet cell value with "AR" for the virtual parts which have quantity of "0".
How do I first get the actual quantity of a virtual part that has been manually entered? As of now, I only get qty of "1" regardless of what is keyed in.
Solved! Go to Solution.