View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default How do I use tabs in a macro?

Hi
activecell.offset(0,1).select

--
Regards
Frank Kabel
Frankfurt, Germany


Gale wrote:
When writing a macro, it seems that excel looks at the exact cell you
are in. I want the macro to perform the function of going to the
right after the tab key is pressed, no matter what cell I start in.
Anybody know how to do that?