View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
[email protected] sbitaxi@gmail.com is offline
external usenet poster
 
Posts: 158
Default MACRO QUESTION ????

On Aug 14, 10:14*am, JAYC099
wrote:
No, it was an example, I have several cells on my document that I need to
jump from left to right and top to bottom...
Thx

"Tim" wrote:
if it is always just those two, you could lock all the other cells (ie,
without using VBA)


"JAYC099" wrote in message
...
HI, I NEED TO KNOW HOW TO MOVE FROM : C5 TO D8 BY PRESSING TAB A SINGLE
TIME


JAYC099, I'd take Tim's advice and lock the cells/protect the
worksheet except for the cells you need to access. It would be faster
and more efficient. Sounds like you are working in a form or report.
Pressing Tab or Return in those cases would only move you to unlocked
cells.


Steven