S
starwil
for example, if i just want to let the cursor in worksheet move from column
A to V and / or row 1 to 50,
how to setup?
A to V and / or row 1 to 50,
how to setup?
for example, if i just want to let the cursor in worksheet move from column
A to V and / or row 1 to 50,
how to setup?
Thomas Ramel said:Grüezi starwil
starwil schrieb am 24.05.2004
for example, if i just want to let the cursor in worksheet move from column
A to V and / or row 1 to 50,
how to setup?
Just hide the non-used cells/rows.
--
Regards
Thomas Ramel
- MVP for Microsoft-Excel -
[Win XP Pro SP-1 / xl2000 SP-3]
starwil said:i know this function, i just want to lock the scrolling and movement of
cursor after certain column, and keep the cell unhide, so hide some cells is
not suitable.....
move fromThomas Ramel said:Grüezi starwil
starwil schrieb am 24.05.2004
columnA to V and / or row 1 to 50,
how to setup?
Just hide the non-used cells/rows.
--
Regards
Thomas Ramel
- MVP for Microsoft-Excel -
[Win XP Pro SP-1 / xl2000 SP-3]
Chip Pearson said:You can use the ScrollArea property of the Worksheet to restrict
the user to a range of cells. E.g.,
ActiveSheet.ScrollArea = "$A$1:$G$10"
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
starwil said:i know this function, i just want to lock the scrolling and movement of
cursor after certain column, and keep the cell unhide, so hide some cells is
not suitable.....
move fromThomas Ramel said:Grüezi starwil
starwil schrieb am 24.05.2004
for example, if i just want to let the cursor in worksheet
columnA to V and / or row 1 to 50,
how to setup?
Just hide the non-used cells/rows.
--
Regards
Thomas Ramel
- MVP for Microsoft-Excel -
[Win XP Pro SP-1 / xl2000 SP-3]