Mouse scroll

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

Scott McDaniel

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
 
D

Douglas J. Steele

There's a module (modMouseHook) you need to copy from his sample database
into your database.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top