Macro text for the "Tab" key

  • Thread starter Thread starter Makaron
  • Start date Start date
M

Makaron

Does anybody know what I need to type into the macro text box in order to
have it perform the "Tab" key operation?
Thanks!
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top