I have little experience with VBA code. I have an excel spreadsheet for inventory tracking and I am trying to set up a way to use a bar-code scanner to automatically search for the scanned number inside the spreadsheet and prompt the user to add or remove a number of associated items.
Can anyone provide me with help in writing a code that would be able to do this?
The goal here would be that after the scan of the item bar-code in B1, the spreadsheet would search for the associated scanned number in Column C, and then prompt you to update the associated "Units in Stock" number in Column E.
After the operation is complete, B1 would then turn blank again, ready for the next scan.
Any help would be greatly appreciated!