View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Macro text for the "Tab" key

No problem

For help on macros see David McRitchie's site for
more on "getting started".

http://www.mvps.org/dmcritchie/excel/getstarted.htm


Gord

On Tue, 10 Jun 2008 10:19:01 -0700, Makaron
wrote:

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!