move cursor after inputting data without using enter key

J

jsnelson

I am using a scanner that reads barcodes and automatically enters data
into a cell. The problem is that I'm not always close to the computer
and want to have the cursor automatically go to the next cell after i
scan one code without having to press enter after every scan. Is there
a module or marco that can do this.
 
E

Elkar

This is not something that Excel could do. Even an event-driven macro
couldn't be triggered until cell editting is completed (when ENTER is hit).

However, you should be able to configure your barcode reader to
automatically append an ENTER (or Carriage Return) to the end of every scan.
Look up help on your specific barcode reader to find out how to do this.

HTH,
Elkar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top