> Quick question (I hope)
>
> I can see how to detect mouse movement and button click events on a form,
> but is there a way to detect the use of a mouse wheel or other (3rd or
> more) mouse buttons in word/vba ?
Unfortunately there is an equally quick answer. VBA has nothing like that.
It *might* be possible with a great deal of hacking the Windows API to do
this, but I'm not aware of anyone who has succeeded and published the
resulting code.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
Jim - 20 Mar 2006 18:32 GMT
Jonathan,
Thanks for replying so quickly,
Bummer.
As with so many other things in life, patience may prove to be my only
solution. Perhaps in windows 2020 it will be possible.
'
Again, my thanks,
Jim
>> Quick question (I hope)
>>
[quoted text clipped - 6 lines]
> API to do this, but I'm not aware of anyone who has succeeded and
> published the resulting code.