instanceoftime
Board Regular
- Joined
- Mar 23, 2011
- Messages
- 103
Maybe direct me to a better forum as would be really great to have it online but here goes. (Been out of the vba game for way too long to remember even the simplest things)
I have a spreadsheet with 2 columns Column A has names (0002, 0003, 0004, 0005...) as text Column B will just have a number.
I just want to use a simplistic inventory system. Pallet comes in and is slapped with a barcode matching one of the values above.
I would like to scan the barcode, search the column A for it and add +1 to the value next to it in B.
I will be using a user form and activating by the click response from the scan gun.
txtbxCategory will have the value (and column A will have no more than 20 values but maybe less).
and reversely I will have another button to reverse this on outgoing and want to subtract a scanned item.
it's been 20 years and I can't even come up with starting code. My apologies
I have a spreadsheet with 2 columns Column A has names (0002, 0003, 0004, 0005...) as text Column B will just have a number.
I just want to use a simplistic inventory system. Pallet comes in and is slapped with a barcode matching one of the values above.
I would like to scan the barcode, search the column A for it and add +1 to the value next to it in B.
I will be using a user form and activating by the click response from the scan gun.
txtbxCategory will have the value (and column A will have no more than 20 values but maybe less).
and reversely I will have another button to reverse this on outgoing and want to subtract a scanned item.
it's been 20 years and I can't even come up with starting code. My apologies