Scrolling

J

Jim Thomlinson

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...
 
A

art

And what about once I double click in the cell, the scrolling should work?
Does this make it easier?
 
A

art

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...
 
J

Jim Thomlinson

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.
 
J

Jim Thomlinson

Once you double click on the cell you enter edit mode. No events fire and no
code executes while you are in edit mode.
 
Top