Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Limit Scrollarea | Excel Worksheet Functions | |||
ScrollArea | Excel Discussion (Misc queries) | |||
Scrollarea | Excel Discussion (Misc queries) | |||
do I need ScrollArea and/or?? | Excel Programming | |||
Activesheet.Scrollarea | Excel Programming |