Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default limit scroll area of split window panes?

Is it possible to put a limit on the columns/rows that can be scrolled
to when splitting the window into panes? This way the column/row labels
can be visible when you scroll through the main data area, but you
can't accidentally scroll into the labels from the main area, or the
data from the label area.

Thanks,
Rich

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default limit scroll area of split window panes?

Rich,
It is only possible to set a .ScrollArea for the WS as a whole, not
individual panes and I assume freezing the panes is not suitable .
As there is no Scroll event, you cannot react to the scroll bars and reset
the panes display.

If you set ActiveWindow.DisplayHorizontalScrollBar/Vertical to false, the
user would have to select a cell to move. In the _SelectionChange you could
check the current visible range in the pane and decide if it is OK or not.

NickHK

wrote in message
ups.com...
Is it possible to put a limit on the columns/rows that can be scrolled
to when splitting the window into panes? This way the column/row labels
can be visible when you scroll through the main data area, but you
can't accidentally scroll into the labels from the main area, or the
data from the label area.

Thanks,
Rich



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I synchronize scroll split window tiles? TinyRon Excel Worksheet Functions 2 February 19th 07 02:40 PM
print area across the freeze panes area tom Excel Worksheet Functions 2 January 6th 07 05:23 PM
separate scroll bars for each area of split screen tobymaloby Excel Discussion (Misc queries) 1 July 14th 06 04:55 AM
scroll window to display selected cell in visible area? Kate Excel Programming 5 January 3rd 06 03:38 PM
split window stop scroll in bottom ? rob merritt Excel Programming 0 May 18th 04 02:47 PM


All times are GMT +1. The time now is 11:04 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"