Hello,
I can use this code to retrict the scroll area of a worksheet to the used range:
Sheets(1).ScrollArea = Range(Sheets(1).UsedRange, Sheets(1).UsedRange(2, 2)).Address
Say, for example the scroll area has been restricted to $A$1:$M$69. You can scroll down until row 69 is at the top of...