Thread: Scrolling
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Scrolling

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

Jim Thomlinson


"art" wrote:

Which code do I use to add an amounts to a selected cell by scrolling the
mouse wheel?