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
"Zigster" <(E-Mail Removed)> wrote in message
news:126F3CF9-A650-4813-946D-(E-Mail Removed)...
> 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
|