We have a csv input (bestsellers.csv) – attached and we use the csv to do a quantity list using a VBA script in an excel file (ShinyNewCSVImportMark4.xls) – attached. The current output (output.xls) – attached
We need some modification in the script.
1. There should be only 5 columns of products -Within A4 width. This is to give more space/width for Barcode. Right now, it is 7 columns. The row number of 6 is to remain same.
2. If the QTY is 2 for a specific SKU, The item should be displ…
