Mouse Wheel Scroll

  • I used code that was supplied by Cory from this thread mouse-wheel-scroll-userform. I adapted it for 64 bit use. It partially works. It will scroll up but not down and it scrolls up for both up and down wheel movement. Here is the code.



    Code
    Sub UnhookFormScroll()
    
        If mbHook Then
            UnhookWindowsHookEx mLngMouseHook
            mLngMouseHook = 0
            mFormHwnd = 0
            mbHook = False
        End If
        
    End Sub


    Anyone see what is wrong?


    Thanks

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!