M Makaron Jun 10, 2008 #1 Does anybody know what I need to type into the macro text box in order to have it perform the "Tab" key operation? Thanks!
Does anybody know what I need to type into the macro text box in order to have it perform the "Tab" key operation? Thanks!
G Gord Dibben Jun 10, 2008 #3 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
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
G Gord Dibben Jun 10, 2008 #5 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
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