View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Pam Pam is offline
external usenet poster
 
Posts: 128
Default Suspend Scrolling in a split pane

I have a worksheet where I have split the window into 2 panes. In the top
pane, I want to display rows 17-22, and I don't want people to be able to
scroll from those rows in the pane. In the bottom pane, I want to be able
to scroll up and down as usual (row 1 - n).

Thanks in advance