View Single Post
  #2   Report Post  
Ron de Bruin
 
Posts: n/a
Default

Hi Joe

With code you can do this

You can use this in the Thisworkbook module for Sheet1

Private Sub Workbook_Open()
Sheets("Sheet1").ScrollArea = "A1:AI100"
End Sub




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



"Joe" wrote in message ...
How can I limit the range a cursor may go?

TIA