Disable mouse scroll wheel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way to disable the mouse scroll wheel?

I've tried Custom Views and scrollarea. Custom views disable scrollarea.
Scrollarea works OK, but the 1st cell of the defined scrollarea is always
highlited and I can't find a way around that.

Thanx in advance - Dean
 
AFAIK, the best you can do, without affecting the user's OS or hooking
Excel, is to change :
Application.RollZoom = True

But why do you need to do this?

Maybe you need the WS.EnableSelection=xlNoSelection ?

NickHK
 

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

Back
Top