scroll area

F

fred ellam

how to set the scroll area for a sheet
i.e the maximum numbers of rows/colums that can be
displyed on a sheet???
 
P

Paul B

Fred, this will control the scroll area, will not let you select anything
past the area. Put in sheet code

Private Sub Worksheet_Activate()
ScrollArea = "a1:h25"
End Sub

--
Paul B
Always backup your data before trying something new
Using Excel 2000 & 97
Please post any response to the newsgroups so others can benefit from it
** remove news from my email address to reply by email **
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Scroll problem 2
Excel Cannot delete empty cells/rows 4
Scroll bar moves too short 18
Restrict scrollable area 1
Scroll Lock for selected multiple sheets 2
help needed : GRIDVIEW 1
scroll area 1
How to lock scrolling? 2

Top