Thread: Bar code Scaner
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JW[_2_] JW[_2_] is offline
external usenet poster
 
Posts: 638
Default Bar code Scaner

Need to see the code to offer more advice, but Offset should be what
you need.
ActiveCell.Offset(1,0).Select will select the cell below the currently
active cell.

DDavid wrote:
Hi all,

I have a bar code scanner but when I read a bar code and it writes the
number to a cell I want it to go to the next cell (like hit enter). it
reads a 16 number barcode.

thanks