Barcode Scanner

Paarfus

New Member
Joined
Apr 11, 2023
Messages
10
Office Version
  1. 365
Platform
  1. Windows
I manage a Calibration Lab and we use a barcode system to manage/action items in our logistical information system for calibration. However, there's no built in inventory function for current in shop items
and we often have 1,000+ items in shop. Our system does export to Excel however. What I'm looking to do is use the barcode scanner to not only search out in shop listing, but also action the cell/row when
There is a match for the barcode scanned.

Thanks


EDIT: I would simply just want to highlight the cell/row green to show the item was verified as on hand
 
Last edited by a moderator:
Are there any other sheets in your workbook? Did you insert this as a module, or add to the sheet's code?
Only one sheet // added to the sheets code in VBA - Scanning a value into P1 caused the no value found prompt to appear many times before displaying the error
 
Upvote 0

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Only one sheet // added to the sheets code in VBA - Scanning a value into P1 caused the no value found prompt to appear many times before displaying the error
do you have a carriage return enabled on your scanner? What version of excel are you working with?
 
Upvote 0
Are there any other sheets in your workbook? Did you insert this as a module, or add to the sheet's code?
Added to sheets code in VBA // No other sheets in the workbook // Error causes Value not found to appear many times before prompting debug
 
Upvote 0
do you have a carriage return enabled on your scanner? What version of excel are you working with?
I'm unsure if this scanner has a carriage return. I'm usuing Microsoft® Excel® for Microsoft 365 MSO (Version 2301 Build 16.0.16026.20214) 64-bit
 
Upvote 0
do you have a carriage return enabled on your scanner? What version of excel are you working with?
I believe I sorted out the issue.

The system that the sheet was exported from had an unremovable first column that I think was causing an issue. I took all of the data and put it in a new untemplated sheet and your solution now works!

I'll mark it as the solution!!

Thank you very much
 
Upvote 0
I believe I sorted out the issue.

The system that the sheet was exported from had an unremovable first column that I think was causing an issue. I took all of the data and put it in a new untemplated sheet and your solution now works!

I'll mark it as the solution!!

Thank you very much
Happy to help! I'm no expert, so glad it worked out for you!
 
Upvote 0

Forum statistics

Threads
1,214,601
Messages
6,120,465
Members
448,965
Latest member
grijken

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top