Bill Bisco
Active Member
- Joined
- Aug 8, 2007
- Messages
- 446
Dear all,
I want to write VBA Code that will replace the Regular Mousewheel Scroll Event and go up or down 1 row instead of whatever the Windows Mouswheel Scroll settings are
This is the code to Scroll down or up<code> </code><code>ActiveWindow.SmallScroll down:=1
<code>ActiveWindow.SmallScroll up:=1
What VBA Code would I use to modify the OnScroll event?
Thanks,
Bill</code></code>
I want to write VBA Code that will replace the Regular Mousewheel Scroll Event and go up or down 1 row instead of whatever the Windows Mouswheel Scroll settings are
This is the code to Scroll down or up<code> </code><code>ActiveWindow.SmallScroll down:=1
<code>ActiveWindow.SmallScroll up:=1
What VBA Code would I use to modify the OnScroll event?
Thanks,
Bill</code></code>