MACRO PROBLEM ???

  • Thread starter Thread starter JAYC099
  • Start date Start date
Dunno what "and so on" could mean in this case. I'll ignore it and try this
one:

"How can I move from C5 to D8 by pressing <Tab> a single time?"

I don't know of a way to do that using worksheet functions. But if you'll
repost this question in the Excel Programming group, someone may come up with
a way using a macro. In fact, I just looked and it looks like you could use
Application.OnKey "{TAB}", <procname>.
 
Back
Top