Hi everyone,
I have a workbook with only 2 sheets - an Inventory sheet with 8-digit numbers and Item Names, and a Summary sheet with 8-digit numbers only.
We have about 2500 items. For example, Penn Tennis Balls x3 - 00899530
I would like to have some simple vba code that will allow me to run:
1) vlookup the 8-digit number on the Summary sheet with the Inventory Sheet to get the Item Name
AND
2) replace the 8-digit number on the Summary sheet with the Item Name.
Thank you!
I have a workbook with only 2 sheets - an Inventory sheet with 8-digit numbers and Item Names, and a Summary sheet with 8-digit numbers only.
We have about 2500 items. For example, Penn Tennis Balls x3 - 00899530
I would like to have some simple vba code that will allow me to run:
1) vlookup the 8-digit number on the Summary sheet with the Inventory Sheet to get the Item Name
AND
2) replace the 8-digit number on the Summary sheet with the Item Name.
Thank you!