Good Morning Everyone (at least whenever I am first posting this),
I have made a barcode scanner userform that acts as a small inventory system for my company. Nothing special but it gets the job done. Basically the inventory employee would scan a specific parts' barcode, and a TV display will turn Red for that part - indicating the part is low in stock.
The last issue I am trying to resolve is a way to activate or "set focus" to the workbook whenever a barcode is scanned. If someone is using the computer in inventory (which is where the workbook will always be open and ready), how can I have it to where whenever the barcode trigger is pressed, the Workbook becomes the active window on the screen to accept the barcode? Is there a way for VBA to detect and input like that?
I have made a barcode scanner userform that acts as a small inventory system for my company. Nothing special but it gets the job done. Basically the inventory employee would scan a specific parts' barcode, and a TV display will turn Red for that part - indicating the part is low in stock.
The last issue I am trying to resolve is a way to activate or "set focus" to the workbook whenever a barcode is scanned. If someone is using the computer in inventory (which is where the workbook will always be open and ready), how can I have it to where whenever the barcode trigger is pressed, the Workbook becomes the active window on the screen to accept the barcode? Is there a way for VBA to detect and input like that?