Mouse scroll

  • Thread starter Thread starter Rana
  • Start date Start date
R

Rana

Hi all,

I've read the messages about disabling the mouse scroll and have used lebans
code. However, when i run the VBA code (i.e. click Stop Mouse Scroll) I get
a VBA error message 'Sub or function not defined' and it highlights
'MOUSEWHEELOFF' in the code. I have copied the .dll file into the folder that
contains my database. Does anyone have any ideas about whats gone wrong?

Thanx.
Rana.
 
Hi all,

I've read the messages about disabling the mouse scroll and have used lebans
code. However, when i run the VBA code (i.e. click Stop Mouse Scroll) I get
a VBA error message 'Sub or function not defined' and it highlights
'MOUSEWHEELOFF' in the code. I have copied the .dll file into the folder that
contains my database. Does anyone have any ideas about whats gone wrong?

Did you exactly follow the instructions for using this dll? The error you're getting indicates you haven't set something
up correctly. Read through the instructions again and follow them item by item.

Scott McDaniel
scott@takemeout_infotrakker.com
www.infotrakker.com
 
There's a module (modMouseHook) you need to copy from his sample database
into your database.
 
Back
Top