LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default Moving for selected cells

Protect all but the cells desired or in a more complicated series, use a
worksheet_change event
if target.address="$A$1" then range("c3").select
if target.address="$C$3" then range("d6").select
or

if target.address="$A$1" then target.offset(2,2).select

--
Don Guillett
SalesAid Software

"Xavi Temporal" wrote in message
...
Hello!

I'm creating a worksheet with a lot of protected cells, and only several
cells are available for the user. Well, I want to know if it's possible to
"guide" the user just to seleced cells, so, when someone opens the
worksheet,
the cursor would move to "first" cell (I've selected), then the user only
can
move by the sequence of cells I've defined.

Is it possible? I want a worksheet that looks like a form.

Thank you.



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
excel check boxes moving when excel selected cells pasted in word Erik Excel Discussion (Misc queries) 0 July 7th 06 05:00 PM
Moving to next row below a selected range Loris Excel Programming 6 December 5th 05 03:47 AM
Moving selected data Stu-Gnu Excel Worksheet Functions 6 March 11th 05 04:04 PM
Moving between a cell that is selected to include a range of cells in that row kls[_2_] Excel Programming 0 September 30th 04 12:14 AM
Moving selected sheets Primoz Bradac Excel Programming 2 September 24th 03 11:41 AM


All times are GMT +1. The time now is 03:42 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"