Barcode Notification System

NickRed18

Board Regular
Joined
May 25, 2017
Messages
76
Hi all,

I work for a small manufacturing company, and I have been tasked with setting up a barcode system. I am not trying to setup an inventory management system, I do not need to keep track of any quantities (or at least as of right now). I could see the system wanting to be expanded into keeping track of inventory and maybe even similar to an ERP system, but a simple setup will work just fine for now.
I've researched some about barcodes and how they work with excel. Like scanning a barcode just acts as if the user typed in the actual number (and hit enter? maybe, I am not sure). There's a couple other things I've learned, but I have zero real experience with them.

Basically, what I need help with is creating a notification system associated with each of our part numbers (around 150-200 parts in total). The end goal of this project is to have a TV/display of a matrix of all/a majority of the parts (maybe just by casting a desktop's screen?) with a color coding system to show the status of the part.

Green = in stock with a decent supply
Red = Out of stock/Nearing out of stock
Yellow = Part has been ordered and is on the way (possibly display an expected delivery date)

The employee in the inventory section will notice the part is getting low on its supply, and will scan the barcode for that part number. The TV will turn that part number Red showing it needs ordering. The sales team will notice the Red part number on the screen, and they will place an order for it. They will scan their barcode for that part number, and the TV will turn Yellow for that part number. Once the part is delivered, the receiving team will scan their barcode for that part number, and the TV will turn Green for that part number.

The part that is giving me trouble is how exactly a barcode scanner interacts with excel.
Whenever it scans a code, can you assign a certain cell the value is pasted into?
Do you program the barcode scanner about which workbook to use, or is that done in excel?
Can you have 2 different barcode scanners, that when scanning the same barcode they perform different tasks (turn the part number to Red, and then turn the part number to yellow, etc.)?

I am by no means an expert with VBA, but I have some experience and I feel I could figure out a solution if given some guidance.


Thank you for your time,

Nick
 
This is the master-list that associates the part numbers with their barcode and status. We will create our own barcodes with a barcode printer, and dedicate each part number to a barcode.

Status:
0 = Green, in-stock
2 = Red, out of stock
1 = Yellow, ordered and on its way


BarcodePart numberStatus
79336441010
50004051020
67766801030
58795631040
14842401050
94886841060
91361081070
25119981080
32281631090
14583171100
35412671110
etc.......

<colgroup><col><col><col></colgroup><tbody>
</tbody>

There will be a tv display showing all the part numbers in a grid (all the 3-digit numbers below are part numbers). Since all the part numbers have a status of 0, they would all show up as green on the display. Whenever someone scans a certain barcode, the status for that part number changes. So whenever the inventory employee scans their barcode for part (say, 110) because it is low in stock, the display (below), will turn red for part number 110. Same for the sale associate whenever they order part 110, they scan their barcode and the display will be yellow for part number 110.

101117133149165181197
102118134150166182198
103119135151167183199
104120136152168184200
105121137153169185201
106122138154170186202
107123139155171187203
108124140156172188204
109125141157173189205
110126142158174190206
111127143159175191207
112128144160176192208
113129145161177193209
114130146162178194210
115131147163179195211
116132148164180196212

<colgroup><col width="64" span="7" style="width:48pt"> </colgroup><tbody>
</tbody>


I'm starting to get an idea on how this can work just by explaining it, so thank you for that.
But, what I had in mind about the code is whenever someone scans a barcode, that code is inserted into cell A1. There will be some kind of Vlookup type search (I cannot remember the function in VBA to search a range of cells, is it .Find?) on the master list to find what part number is associated with the barcode just inserted into A1 (again, from scanning the barcode). That part seems simple enough, and I could just have 3 barcodes per part number (one for each status - 0, 1, 2) no problem.

There is a designated computer solely for inventory, so I could just always have the workbook open to constantly have the worksheets updated. Do you know how I could setup a barcode scanner to only scan to a certain cell? I have a couple more questions about scanners as well, but they do not necessarily need answering yet. I apologize for the long post, but it helps me to type everything out to fully think through it. Let me know if you see any issues in my plan.

- Nick
 
Upvote 0

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
I never even thought about using Access for this. I can see how it would be the next step in an inventory system. I am pitching the idea of a simple color-based notification system tomorrow. I'll show how one could be created for a significantly lower cost, and then one that is an all in one service from another company.
If we do decide to make our own I would really appreciate the help exploring Access as a possibility. I'll give you an update sometime tomorrow or Thursday.

Thanks,
Nick
 
Upvote 0
I will make a simple one in excel for you to use if you like and then you can explore access later
 
Upvote 0
SpillerBD,

I'm having a difficult time understand exactly what you're saying.
Are you saying that different bar-code types have certain numerals included in the code to distinguish them from other types? And that excel may or may not register the check-num, or that the physical barcode may not include the check-num where excel will still read it?
If I am understanding you correctly then thank you for the tip, I had no idea. That would have caused some issues had I not been informed.

1. Yes.
2. Excel will register the check-num that are included in that type of bar code. Excel will not perform the check and the those check numbers would not normally be included in bar-code specific reading systems.

Sounds like you see the potential complications and awareness is essential.
A lot of solutions just involve using your own bar-codes in place of the UPC codes that may already exist or recording the UPC code by reading the bar code with the reader, but knowing the read may show more numerals than show on the UPC.
 
Last edited:
Upvote 0
EFANYoutube,

That would be incredible! My thoughts exactly on starting off in excel to see the limitations, but it looks like this system will not need to be anything more than a Status board.
If you want, we could collaborate whenever you start the VBA code. It's been a while since I've used it like I said before, and it would probably be a good idea to get refreshed on that.
 
Upvote 0
We may plan on using vendor's shipping barcodes. Could this be overcome by simply performing a test-scan to see if there are any check-nums that excel registers, and then altering the barcode to match?
 
Upvote 0
Ok update.
I have decided to give you one in Access because the share file function in excel is dodgy, I am about half way through and will post a link to the file when complete.
If your barcode reader gives you numbers in excel when you scan then the barcodes are fine to use
 
Upvote 0
Ok so it's done
https://1drv.ms/f/s!AhE4tgp4eiiDllyFWUrtj2NIQVhD
Instructions
Put the back end in a shared folder accessible by everyone.
Give everyone a copy of the front end
Relink everyone's frontend to the back end through table link manager
Watch the magic.
https://1drv.ms/f/s!AhE4tgp4eiiDllyFWUrtj2NIQVhD
First set up the status' the way you want them
Then you will have to add all your items through the inventory button
There is a log table that you can check by pressing F11
Have fun
 
Upvote 0
SpillerBD,

I'm currently looking for a cheap 1-D scanner to test my excel code. Do you have an advice on what I am looking for?
I've found some in the $5-$20 range, but will these essentially interact the same way with excel as the $150-$250 ones? Also, what about barcode languages. I've heard Code 39 and 128 are simple, common, and sometimes free, but will I easily be able to generate a code and print them on my label printer?

Thanks for the help on this thread,
Nick
 
Upvote 0

Forum statistics

Threads
1,215,203
Messages
6,123,627
Members
449,109
Latest member
Sebas8956

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