In Excel how do i get the cursor to tab down without the keyboard
"down a column"?
Try either ActiveCell.Offset(1,0) or ActiveCell(0,1) depending on if you
meant move down a row or across a column.
--
Rick (MVP - Excel)
"DHeckler" wrote in message
...
I use a barcode scanner to make entries into an Excel spreadsheet. How do I
get the cursor to move down a column after a scan?
|