#1   Report Post  
Benjamin
 
Posts: n/a
Default scroll lock

Is there any way to limit the range a user may scroll / select in a worksht?

TIA

Ben
  #2   Report Post  
Don Guillett
 
Posts: n/a
Default scroll lock

The vba help files are your friend

ScrollArea Property
See Also Applies To Example Specifics
Returns or sets the range where scrolling is allowed, as an A1-style range
reference. Cells outside the scroll area cannot be selected. Read/write
String.

Remarks
Set this property to the empty string ("") to enable cell selection for the
entire sheet.

Example
This example sets the scroll area for worksheet one.

Worksheets(1).ScrollArea = "a1:f10"
--
Don Guillett
SalesAid Software

"Benjamin" wrote in message
...
Is there any way to limit the range a user may scroll / select in a

worksht?

TIA

Ben



  #3   Report Post  
Benjamin
 
Posts: n/a
Default scroll lock

Thanks Don

"Don Guillett" wrote:

The vba help files are your friend

ScrollArea Property
See Also Applies To Example Specifics
Returns or sets the range where scrolling is allowed, as an A1-style range
reference. Cells outside the scroll area cannot be selected. Read/write
String.

Remarks
Set this property to the empty string ("") to enable cell selection for the
entire sheet.

Example
This example sets the scroll area for worksheet one.

Worksheets(1).ScrollArea = "a1:f10"
--
Don Guillett
SalesAid Software

"Benjamin" wrote in message
...
Is there any way to limit the range a user may scroll / select in a

worksht?

TIA

Ben




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
Excel acts as if scroll lock is on when it is not Hyehats Excel Discussion (Misc queries) 4 October 18th 05 01:33 PM
Enough with Scroll Lock in Excel 2003 Brett Setting up and Configuration of Excel 2 May 4th 05 11:42 PM
Where is the scroll lock option? RustyO Excel Discussion (Misc queries) 1 February 18th 05 05:25 PM
Scroll Lock jrh Excel Discussion (Misc queries) 0 January 18th 05 03:38 PM
scroll lock PCOR Excel Discussion (Misc queries) 6 December 5th 04 08:08 PM


All times are GMT +1. The time now is 09:26 PM.

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

About Us

"It's about Microsoft Excel"