View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Makaron Makaron is offline
external usenet poster
 
Posts: 14
Default Macro text for the "Tab" key

Yes - thank you! That was exactly it.
And sorry - i'm a macro noobie...

"Gord Dibben" wrote:

What do you consider as the "macro text box"?

To move to the right one cell in VBA use

ActiveCell.Offset(0, 1).Select


Gord Dibben MS Excel MVP


On Tue, 10 Jun 2008 07:08:02 -0700, Makaron
wrote:

Or the "Right" key operation?

"Makaron" wrote:

Does anybody know what I need to type into the macro text box in order to
have it perform the "Tab" key operation?
Thanks!