I am converting an inventory from the form:
Item ID #Small #Medium #Large... 1 4 5 6 2 8 9 10
to
Item ID/SIZE #Available 1Small 4 1Medium 5 1Large 6 2Small 8 ...
I have code that does this effectively.
However, if there are blanks in the table, my current code creates items with 0 available. I would like it to skip blanks and only create a new item if there is a non-zero quantity of that size for that item.![]()
Please Login or Register to view this content.
Bookmarks