Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi All,
Will the scroll (Horiz, Vert) bars generate an event that can be handled with a user defined macro? I have problems with freeze panes on using the horiz scroll bar. A dropdown list on the freeze pane is displaced from its original location on paging to the right using the scroll bar and eventually loses its funtionality. Any ideas? Many Thanks, Haarish. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Haarish,
There is no event that is triggered when you scroll in a window. You can use a technique called "subclassing" to detect the Windows messages sent during scrolling. VBA doesn't have the performance horsepower to do the actual subclassing itself, so I use a free DLL from vbAccellerator, www.vbaccellerator.com, called SSubTimer6.dll. Once you have that DLL on your machine, you can use the class module on my web site to detect scrolling. The class will raise normal VBA events for scrolling up/down left/right by page/line. See http://www.cpearson.cm/Excel/DetectScroll.htm details and downloadable example workbook. -- Cordially, Chip Pearson Microsoft Most Valuable Professional - Excel Pearson Software Consulting, LLC www.cpearson.com (email on web site) wrote in message oups.com... Hi All, Will the scroll (Horiz, Vert) bars generate an event that can be handled with a user defined macro? I have problems with freeze panes on using the horiz scroll bar. A dropdown list on the freeze pane is displaced from its original location on paging to the right using the scroll bar and eventually loses its funtionality. Any ideas? Many Thanks, Haarish. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Scroll bar (control) doesn't scroll!! ??? | Excel Worksheet Functions | |||
Scroll bar control doesn't scroll !! ??? | Setting up and Configuration of Excel | |||
adding scroll bar to scroll on cell's content? | Charts and Charting in Excel | |||
Scroll horizontaly with mouse, create same system used to scroll . | New Users to Excel | |||
Scroll the screen view with the scroll bar | Excel Discussion (Misc queries) |