Thread: MouseUp Event
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paddler Paddler is offline
external usenet poster
 
Posts: 5
Default MouseUp Event

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.