Scrolling

  • Thread starter Thread starter art
  • Start date Start date
While that sounds like it should be easy it is not. To catch the scrolling of
the mouse wheel requires using a bunch of API calls. While it should be
possible it will require more effort than you probably want to devote to
this...
 
And what about once I double click in the cell, the scrolling should work?
Does this make it easier?
 
Can you give me any references for this?




Jim Thomlinson said:
While that sounds like it should be easy it is not. To catch the scrolling of
the mouse wheel requires using a bunch of API calls. While it should be
possible it will require more effort than you probably want to devote to
this...
 
You can try using Google looking for API, VB, VBA, Scroll Wheel. Be prepared
to spend hours or more likely days on this and that assumes you have some
understanding of API's in general.
 
Once you double click on the cell you enter edit mode. No events fire and no
code executes while you are in edit mode.
 
Back
Top