Excel VBA using barcode scanner

Vishnu_k_madhu

New Member
Joined
Jan 5, 2020
Messages
2
Office Version
  1. 365
  2. 2019
  3. 2016
  4. 2013
  5. 2011
  6. 2010
  7. 2007
Platform
  1. Windows
Hi friends
I am trying to create a excel VBA file for my inventory purposes. I have already created the form for issue vouchers and all. I want to include the barcode scanner usage into my userform by assigning each barcode reader to each department. So if any barcode will scans, I want to get the barcode details and also about from which department that barcode device triggered. Please advise me the solution for the above problem.
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Since this post is old, i guess you found solution.

Here how i did this:
- Made a form with one inputbox (here comes the barcode data, manually or via barcode reader)
- write an inputbox_afterupdate event which find the relevant data
--after this the user can decide if move this data (stock, whatever the barcode is identified) out of warehouse, or read other one.
---later added a partial removal, the stuff stayed on the registered place, with previously registered data, but changed the quantitiy
 
Upvote 0

Forum statistics

Threads
1,214,819
Messages
6,121,741
Members
449,050
Latest member
excelknuckles

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