Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default how to confine the range of movement of cursor

for example, if i just want to let the cursor in worksheet move from column
A to V and / or row 1 to 50,
except using VBA, excel have function key to that?
(hide cell or cell header is not suitable for my case)




  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default how to confine the range of movement of cursor

Are you trying to restrict the area that a user can
select?

Each worksheet has a "scroll range" property. This can be
set to say B5:G25 and would prevent ant cell outside
this range from being selected
The only other way is to use VBA.
Protection only stope the user from editing cells or
seeing their contents...protection does not stop a cell
being selected.

If you want to restrict movement to the top left area of
a worksheet, eg A1 to z50, try this: first "split" the
screen so that the splits are just outside the area you
want...then freeze it.
Move the applications edges so that its just on the edges
of the frozen area. Now the user can still scroll off
screen but he'll only see the required frame. personally
I don't like this - and it doesn't satisfy the user
request.

So, the solution is VBA

Patrick Molloy
Microsoft Excel MVP



-----Original Message-----
for example, if i just want to let the cursor in

worksheet move from column
A to V and / or row 1 to 50,
except using VBA, excel have function key to that?
(hide cell or cell header is not suitable for my case)




.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default how to confine the range of movement of cursor

thanks for kindly reply.

i'm not fully understand the method of confining the movement of cursor
outside the selected cells area.

let say i don't know where is application of " scroll range" property &
"Move the applications edges "


"Patrick Molloy" <xl_expert@xxxhotmail ???
???...
Are you trying to restrict the area that a user can
select?

Each worksheet has a "scroll range" property. This can be
set to say B5:G25 and would prevent ant cell outside
this range from being selected
The only other way is to use VBA.
Protection only stope the user from editing cells or
seeing their contents...protection does not stop a cell
being selected.

If you want to restrict movement to the top left area of
a worksheet, eg A1 to z50, try this: first "split" the
screen so that the splits are just outside the area you
want...then freeze it.
Move the applications edges so that its just on the edges
of the frozen area. Now the user can still scroll off
screen but he'll only see the required frame. personally
I don't like this - and it doesn't satisfy the user
request.

So, the solution is VBA

Patrick Molloy
Microsoft Excel MVP



-----Original Message-----
for example, if i just want to let the cursor in

worksheet move from column
A to V and / or row 1 to 50,
except using VBA, excel have function key to that?
(hide cell or cell header is not suitable for my case)




.



Reply
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
cursor movement jed24 New Users to Excel 3 January 26th 10 06:24 AM
CURSOR MOVEMENT Aligahk06 Excel Discussion (Misc queries) 3 September 9th 09 04:55 PM
Cursor Movement Stumped Excel Discussion (Misc queries) 2 October 7th 08 04:47 PM
how can I limit cursor movement within specified range in excel? slk0217 Excel Discussion (Misc queries) 2 January 5th 08 06:03 AM
how to confine the range of movement of cursor starwil[_2_] Excel Programming 6 May 24th 04 03:38 PM


All times are GMT +1. The time now is 09:35 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"