Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Scrolling does not in itself generate an event in Excel, Are MouseDown and
MouseUp, which initiate or termainate scrolling, events in Excel that could trigger an action? There must be some combination of MouseDown or Up in conjunction with activate, Target,Row, ActiveWindow.ScrollRow, etc. that could be used to trigger changing one word in my spreadshhet title block. My Target.Row or ScrollRow is the one immediatelu below the frozen title block. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you check the Object Browser, you will there are no events for the Mouse
(or scroll for that matter) that the Application/Worksheet exposes. If you were to perform the scroll yourself (from a button perhaps), then you would be in a position to react. NickHK "Paddler" wrote in message ... Scrolling does not in itself generate an event in Excel, Are MouseDown and MouseUp, which initiate or termainate scrolling, events in Excel that could trigger an action? There must be some combination of MouseDown or Up in conjunction with activate, Target,Row, ActiveWindow.ScrollRow, etc. that could be used to trigger changing one word in my spreadshhet title block. My Target.Row or ScrollRow is the one immediatelu below the frozen title block. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The following thread describes a way of responding when a worksheet is
scrolled. http://groups.google.com/group/micro...df7a833e442766 Regards, Vic Eldridge "Paddler" wrote: Scrolling does not in itself generate an event in Excel, Are MouseDown and MouseUp, which initiate or termainate scrolling, events in Excel that could trigger an action? There must be some combination of MouseDown or Up in conjunction with activate, Target,Row, ActiveWindow.ScrollRow, etc. that could be used to trigger changing one word in my spreadshhet title block. My Target.Row or ScrollRow is the one immediatelu below the frozen title block. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Chart MouseUp Event Feedback | Charts and Charting in Excel | |||
mouseup | Charts and Charting in Excel | |||
MsgBox in Enter event causes combobox not to run Change event | Excel Programming | |||
MouseDown()-MouseUp() | Excel Programming | |||
How to trap delete row event and hide column event? | Excel Programming |