Thread: Scroll
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default Scroll

You're saying that if you limit scrolling like this:

Sheet1.ScrollArea = "A1:J20"

a user can still scroll beyond it with a touchpad? I'd find that
surprising, to say the least, but if it's true then you could hide the rows
and columns outside this range I suppose.

--
Jim Rech
Excel MVP