Thread: cursor control
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
John Bundy John Bundy is offline
external usenet poster
 
Posts: 772
Default cursor control

I assume that those cells are not protected? Before protecting uncheck the
box under TOOLSPROTECTION that says select locked cells. This should now
make the enter button only cycle through unprotected cells.
--
-John Northwest11
Please rate when your question is answered to help us and others know what
is helpful.


"saneedshelp" wrote:

My Excel sheet is protected and I would like to control the movement of the
cursor upon hitting enter. For example,

D10 to
D11 to
D53 to
D58 to
G10 to
G11 to
E4

Any suggestions?

Thanks in advance.