Mouse Wheel Trouble in Excel VBA

C

chuck

XL2002:
The wheel on my mouse does not scroll when editing code in
the excel 2002 VB. This only happens in the module code
windows and the form windows. However, the mouse wheel
will scroll in the project explorer, object explorer, and
properties window. I have checked for driver updates and
seem to have the latest. Any help would be appreciated.
Thanks,
Chuck
 
K

keepitcool

yep..

if I didnt miss it as much as you I'd laugh
isn't microsoft wonderfully up-to-date?

don't worry even Office 2003B2 wont scroll
in VBA code windows...


it's a nogo.
no drivers will help you.
it's just not programmed 'like that'

you'll have to wait until VBA is disabled and we'll all be 'gently' moved
to Studio NOT Net

keepITcool

< email : keepitcool chello nl (with @ and .) >
< homepage: http://members.chello.nl/keepitcool >
 
K

Keith Willshaw

keepitcool said:
yep..

if I didnt miss it as much as you I'd laugh
isn't microsoft wonderfully up-to-date?

don't worry even Office 2003B2 wont scroll
in VBA code windows...

Office 2000 certainly does with microsoft wheel mouse
with the Intellipoint 4 drivers , did they take
a backward in Office 2003 ?

Keith
 
K

keepitcool

hmm...

Scrolling in the main module window?

Maybe with a Microsoft Mouse and Intel drivers,

I've got a (highend) wireless kb and mouse from logitech with the latest
drivers...

It didn't budge in 2000k and 2002, and it wont budge in 2003B2 when I roll
that wheel....

does that prove my point re MS :)

I can't set IntelliZoom on a non-intel driven mouse. MS should just built
basic hardware functionality into their software. Without regard for
manufacturer. In ANY other software I've got no probs srolling with the
wheel.....



keepITcool

< email : keepitcool chello nl (with @ and .) >
< homepage: http://members.chello.nl/keepitcool >
 
H

Harald Staff

Chuck

MS mice and a few others scroll those windows, Logitech mice and a few others doesn't.

I use an optical Logitech myself, but I installed MS Intellipoint drivers and software from:
http://makeashorterlink.com/?W191210C2

It works like a charm, scrolling code, acceleration and everything. Worth a try.
 
C

Chuck

Thanks Harald,
The driver downgrade has fixed the scrolling problem!
Chuck
-----Original Message-----
Chuck

MS mice and a few others scroll those windows, Logitech mice and a few others doesn't.

I use an optical Logitech myself, but I installed MS
Intellipoint drivers and software from:
 
S

steve

I've been following all this. I have a cheapy IBM optical and also could
not get it to scroll in VB. After reading everybody's input, I just
reloaded from the disc and now it works like a champ...

steve
 
D

David McRitchie

Why would it have to be incorporated into Excel. It should
work for all window applications.
 
K

Keith Willshaw

keepitcool said:
hmm...

Scrolling in the main module window?

Maybe with a Microsoft Mouse and Intel drivers,

I've got a (highend) wireless kb and mouse from logitech with the latest
drivers...

My laptop has an el-cheapo logitech mouse and drivers
and works fine.

I've found that Office is particularly susceptible to
problems if you dont have the right mose drivers.

On both machines I was able to scroll in IE, Outlook
and Windows Explorer with the standard driver but had
to load the proper drivers for Visual Studio and Office

Keith
 
S

Steve

Well, as long as the rocker switch is simply an on-off toggle, I
suppose if that's true, it could mimic a left or right arrow keypress.

We'll see. It could be analog for all I know, sensitive to degrees of
tilt, and mimic moving the horizontal scrollbar. (I hope not!)
 
D

David McRitchie

Hi Steve,
New suggestions before it is even available. Hadn't even
thought of it -- I was thinking it was the degree of tilt but that
would be hard to control so then realized that tilting left
or right for different directions wouldn't be necessary because
a tilt either way could simply change the wheel from
vertical to horizontal scrolling because the wheel spins in
two directions. Therefore ...

Actually it should be possible to program existing wheel
mouse to that. Press down on wheel while turning mouse
to handle left and right scrolling when turning wheel. I want
new drivers <grin>
 
D

David McRitchie

Hi Steve,
Just looked at the article you referenced
Computer mice make new moves (Microsoft mouse)
http://news.bbc.co.uk/1/hi/technology/3131453.stm
with the tilt wheel

Seems they are changing the default use of the wheel button to switch
between applications (like Alt+TAB and Alt+SHIFT+TAB, I presume).
I will continue to have it set to Enter. If my hand is on the mouse it would
be faster to pick from the Windows task bar anyway.

So probably would not even use my own suggestion that it be an
option to use the wheel button (while pressed) to scroll sideways.

But I could sure use extra buttons that I can assign

I looked at LogiTech site and their mice appear to either have another
wheel or a button in front of the wheel, can't tell from pictures.
http://www.logitech.com/index.cfm?page=news&contentid=7183
 
S

shockley

For the scrolling you can probably solve it with the right mouse driver. Do
a message search on this newsgroup for

"Mouse Wheel Trouble in Excel VBA"

Lots of posts on that one. In one of these, Harald Staff says (8/12/03 11:52
AM):

"MS mice and a few others scroll those windows, Logitech mice and a few
others doesn't.

I use an optical Logitech myself, but I installed MS Intellipoint drivers
and software from:
http://makeashorterlink.com/?W191210C2

It works like a charm, scrolling code, acceleration and everything. Worth a
try."

Can't help with the panes problem as I can't reproduce it. Maybe try an
Excel re-install?

HTH,
Shockley
 

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