I cannot scroll in the VBA editor by the mouse wheel

M

M Shafaat

Hi,
How can I make the mouse wheel button to function in the VBA editor?
I have two different installations of Office Pro 2003 on two different PC:s
(from two different CD:s). In one of them the mouse scrolling is
functioning, but not in the other one. Is this dependent on which version or
build of Office I have installed or is this a matter of mouse hardware or
driver?



In both machines the mouse scrolling is functioning in other programs.



Regards
M Shafaat
 
K

Karl E. Peterson

M Shafaat said:
Hi,
How can I make the mouse wheel button to function in the VBA editor?
I have two different installations of Office Pro 2003 on two different PC:s
(from two different CD:s). In one of them the mouse scrolling is
functioning, but not in the other one. Is this dependent on which version or
build of Office I have installed or is this a matter of mouse hardware or
driver?

None of the "classic" VB(A) IDEs support mousewheel messages natively. However,
older Intellipoint drivers will accomodate them. So, you can either downgrade
Intellipoint on the machine(s) where scrolling isn't working, or you can load a
utility that will help VB(A) to recognize the mousewheel.

Highly recommended:

Wheeler - Mouse Wheel Enhancer
http://www.eluent.com/wheeler.htm

Next best:

Gasanov.net (Shahin Gasanov) | VBScroll
http://www.gasanov.net/VBScroll.asp
 
P

Patrick Schmid [MVP]

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