D
David Veeneman
This posting is for the Google crawler-- no response is required.
The mouse wheel doesn't work in VBA if you use a current version of
Intellipoint software. There are several fixes out there; several of these
fixes run as processes, with an icon in the system tray.
As a matter of general principle, I don't like running system processes to
patch applications. So I found a Microsoft fix that runs as a VBA add-in.
The fix is documented at Microsoft Knowledge Base, Article ID 837910.
Special VBA instructions appear midway through the article. The process is
to copy a DLL to the target computer, register the DLL, then run a Registry
merge file included with the DLL to make the fix show up as a VBA add-in.
Note that both steps must be followed; the DLL must be registered first,
then the merge file (VBA Mouse Wheel Fix.reg) is run.
David Veeneman
Foresight Systems
Chicago USA
The mouse wheel doesn't work in VBA if you use a current version of
Intellipoint software. There are several fixes out there; several of these
fixes run as processes, with an icon in the system tray.
As a matter of general principle, I don't like running system processes to
patch applications. So I found a Microsoft fix that runs as a VBA add-in.
The fix is documented at Microsoft Knowledge Base, Article ID 837910.
Special VBA instructions appear midway through the article. The process is
to copy a DLL to the target computer, register the DLL, then run a Registry
merge file included with the DLL to make the fix show up as a VBA add-in.
Note that both steps must be followed; the DLL must be registered first,
then the merge file (VBA Mouse Wheel Fix.reg) is run.
David Veeneman
Foresight Systems
Chicago USA