View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default 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?