Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Specify ScrollArea in a Sheet


Hi there

IS there a code to set the scrollArea as the follow:

Code:
--------------------
Sheet1.ScrollArea = "A1, A4, A7"
--------------------


i mean to scroll, only, in the mentioned cells A1 A4 A7.


Thank u


--
helmekki


------------------------------------------------------------------------
helmekki's Profile: http://www.excelforum.com/member.php...fo&userid=6939
View this thread: http://www.excelforum.com/showthread...hreadid=379684

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Specify ScrollArea in a Sheet

Hi

Not with ScrollArea, the range must be one area

But :
Uncheck locked first in the properties of the three cells

If you are using 2002 or 2003 you can protect your sheet and uncheck
Select locked cells.

If you use 97 or 2000 you must use code to do this.
post back if you want a example

--
Regards Ron de Bruin
http://www.rondebruin.nl


"helmekki" wrote in message
...

Hi there

IS there a code to set the scrollArea as the follow:

Code:
--------------------
Sheet1.ScrollArea = "A1, A4, A7"
--------------------


i mean to scroll, only, in the mentioned cells A1 A4 A7.


Thank u


--
helmekki


------------------------------------------------------------------------
helmekki's Profile: http://www.excelforum.com/member.php...fo&userid=6939
View this thread: http://www.excelforum.com/showthread...hreadid=379684



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Specify ScrollArea in a Sheet


Good evening Helmekki

You might have to clarify what you mean here, Hesham. You can
certainly restrict a user to a RANGE, but if you want to restrict
individual cells, you might be better off using the Tools Protection
method. Use this to restrict a user to an area:

Worksheets("Sheet1").ScrollArea="A1:B100"

and this to undo it:

Worksheets("Sheet1").ScrollArea=""

is this what you meant?

HTH

DominicB


--
dominicb
------------------------------------------------------------------------
dominicb's Profile: http://www.excelforum.com/member.php...o&userid=18932
View this thread: http://www.excelforum.com/showthread...hreadid=379684

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
Limit Scrollarea exalan Excel Worksheet Functions 11 April 18th 08 10:32 AM
ScrollArea Kevin Excel Discussion (Misc queries) 2 August 23rd 07 11:21 PM
Scrollarea Doug Excel Discussion (Misc queries) 4 July 14th 06 03:43 PM
do I need ScrollArea and/or?? Andoni[_38_] Excel Programming 0 September 7th 04 10:32 PM
Activesheet.Scrollarea R. Todd Miller Excel Programming 1 October 3rd 03 04:42 PM


All times are GMT +1. The time now is 07:13 AM.

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"