View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
joel joel is offline
external usenet poster
 
Posts: 9,101
Default Data Entry Macro or other

I don't know which scanner you have or what softwae you are using. I also
don't know if you want real time results or trying to process data that was
saved to a file.

The simplies way is to take the text file that you scanner produced and read
it into excel using a macro. Re post the code with the sample of text file
and somebody will help.

"Mike" wrote:

I know this will sound simple but I do not do this much. I wnat a macro so
that when I scan a barcode the data is entered in to a cell (ie. D1) and then
moves to (E1) and the to (D2) (E2) etc.

Thanks,