MouseUp Event
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.
|