View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Is there a fromula for TAB?

ActiveCell.offset(1,0).Select
of
ActiveCell.offset(0,1).Select

or look at SendKeys

--
Regards,
Tom Ogilvy

"Bill Maxwell" wrote in message
...
I'm trying to setup a barcode scanner and I wanted to see if excel has a
formula to TAB when inputting data.