Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Private Sub Workbook_Open() Dim mysheets As Sheets Set mysheets = Worksheets(Array(1, 2, 3,4,5)) For Each Sheet In mysheets Sheet.ScrollArea = "A1:O58" Next End Sub One thing I've noticed with this code is that , once in place , it inhibits the choice of rows and columns entirely. You just can't select them. Is there anyway of avoiding this when the scrolling restriction is in place? Thanks again |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
blank spaces in front of a number prevents formatting cell | Excel Discussion (Misc queries) | |||
Runtime error prevents Excel 2000 to save file | Excel Worksheet Functions | |||
One column stays while others scroll | Excel Discussion (Misc queries) | |||
can I fix 1 column & scroll across others? | Excel Discussion (Misc queries) | |||
Restricting Scroll Area | Excel Discussion (Misc queries) |