View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Bridges Bob Bridges is offline
external usenet poster
 
Posts: 108
Default MACRO PROBLEM ???

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.

--- "JAYC099" wrote:
HI, I NEED TO KNOW HOW TO MOVE FROM : C5 TO D8 BY PRESSING TAB A SINGLE TIME
AND SO ON