A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Setting up and Configuration
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Mouse Wheel in VBA



 
 
Thread Tools Display Modes
  #1  
Old May 30th, 2004, 11:01 PM
John
external usenet poster
 
Posts: n/a
Default Mouse Wheel in VBA

My mouse wheel does not function in the VBA code window. The mouse wheel does function in other windows. Is there a way to enable the mouse wheel in the code window?
  #2  
Old May 31st, 2004, 04:05 AM
Paul B
external usenet poster
 
Posts: n/a
Default Mouse Wheel in VBA

John, you should check to see if you have the latest driver for your mouse,
this has fixed the problem in the past for me. That said I just bought a new
Logitech mouse on Friday and it would not scroll in the VBA code window, I
sent a question to there tech support and was told "The reason the mouse is
not functioning properly in Visual Basic is that Visual Basic is 16 bit
application and our MouseWare is designed to work with 32 bit
applications." So much for new drivers, the old one would scroll!


--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2000 & 97
** remove news from my email address to reply by email **
"John" wrote in message
...
My mouse wheel does not function in the VBA code window. The mouse wheel

does function in other windows. Is there a way to enable the mouse wheel in
the code window?


  #3  
Old May 31st, 2004, 12:24 PM
Dave Peterson
external usenet poster
 
Posts: n/a
Default Mouse Wheel in VBA

Copied from a post to PaulB (in a different newsgroup):

I've got a similar problem with an IBM Thinkpad at work.

Here's a couple links:
http://www.gasanov.net/VBScroll.htm
http://www.geocities.com/SiliconVall...freewheel.html

I was using freewheel, but I'd get lockups (coincidence??). So a couple of
weeks ago, I tried the VBScroll and so far, no lockups. (But it could have been
something else causing the lockup!)

John wrote:

My mouse wheel does not function in the VBA code window. The mouse wheel does function in other windows. Is there a way to enable the mouse wheel in the code window?


--

Dave Peterson

  #4  
Old May 31st, 2004, 01:26 PM
John
external usenet poster
 
Posts: n/a
Default Mouse Wheel in VBA

Thank you for responding to my original question. I have located the suggested web site for VBScroll and also found the following Microsoft Knowlwdge Base references for the mouse wheel not operating in program windows. The Knowledge Base references are 239690 (http://support.microsoft.com/default...b;en-us;239690) and 838620 (http://support.microsoft.com/default...b;en-us;838620).

838620 reads:
SYMPTOMS
You cannot use the products that are in the "Applies To" section to scroll in a program, although you can scroll in other programs such as Microsoft Internet Explorer.
CAUSE
This behavior occurs if one or more of the following conditions are true:
You have Microsoft IntelliPoint 5.0 installed. IntelliPoint 5.0 does not provide the Universal Scrolling feature that is included in some earlier Microsoft IntelliPoint versions.
The program does not provide native support for vertical scrolling.
STATUS
This behavior is by design.

  #5  
Old May 31st, 2004, 02:36 PM
David McRitchie
external usenet poster
 
Posts: n/a
Default Mouse Wheel in VBA

Hi John,
I think you can ignore those MS KB articles for this.

I had a problem not being able to scroll in the Microsoft VBE
I think they put the VBE into exceptions and you have to
remove that exception from Control Panel, Mouse,
Wheel (tab), Advanced options (button).

My settings basically: Device: IntelliMouse Optical,
Left Button: Click (default), Right Button: Right-click (default),
Wheel Button: Enter, Left Side Button: Back (default),
Right Side Button: Forward (default).
Wheel tab: Scroll one "screen" at a time,
[Advanced]: Only turn off IntelliPoint support for: AutoCAD, Fractal ...,
Macromedia ..., MS PhotoDraw.

on the wheel tab, advanced
remove any disable exceptions for IE and for Visual Basic

I guess they thought they could do it better themselves, but I'm
pretty sure that was where the problem was.

Let us know if that was the problem.

I'll have to put all of my settings on my site sometime.
http://www.mvps.org/dmcritchie/excel/fillhand.htm
or maybe make up a mouse.htm

---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"John" wrote ...
Thank you for responding to my original question.
I have located the suggested web site for VBScroll and also found the following



  #6  
Old May 31st, 2004, 04:26 PM
John
external usenet poster
 
Posts: n/a
Default Mouse Wheel in VBA

Dave - I have a standard MS Wheel Mouse. There is no "Advanced" button on the Control Panel\Mouse\Wheel Tab. The VBScroll application from www.gasanov.net solves the problem and gives the User the option of automatic or manual start-up.
  #7  
Old May 31st, 2004, 04:53 PM
David McRitchie
external usenet poster
 
Posts: n/a
Default Mouse Wheel in VBA

Hi John,
Thanks for the feedback. have noted Shahin Gasanov's VBScroll
on my fillhand.htm page.
---
David McRitchie, Microsoft MVP - Excel

"John" wrote in message ...
Dave - I have a standard MS Wheel Mouse. There is no "Advanced" button on the Control Panel\Mouse\Wheel Tab. The VBScroll

application from www.gasanov.net solves the problem and gives the User the option of automatic or manual start-up.


  #8  
Old June 4th, 2004, 02:03 AM
David McRitchie
external usenet poster
 
Posts: n/a
Default Mouse Wheel in VBA

I was just going through some of my web pages and found more
to move to my Fill Handle and Mouse page.

go to control panel, and click the mouse icon, then this places the
Mouse icon on the lower right tray next to the clock.
When the mouse icon is displayed like this, then I can use the mouse wheel
to scroll in Excel's VB editor.

I had forgotten about that because having that on the taskbar was an
annoyance as was having it as a running task when it seemed
unneeded but I set some tweaks somewhere so it is active but
hidden.
Mouse Problems (#mousedroppings)
http://www.mvps.org/dmcritchie/excel...mousedroppings

But I guess you don't need that now. And your LogiTech mouse
may be different setup then MS IntelliMouse Optical.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"David McRitchie" wrote in message ...
Hi John,
Thanks for the feedback. have noted Shahin Gasanov's VBScroll
on my fillhand.htm page.
---
David McRitchie, Microsoft MVP - Excel

"John" wrote in message ...
Dave - I have a standard MS Wheel Mouse. There is no "Advanced" button on the Control Panel\Mouse\Wheel Tab. The VBScroll

application from www.gasanov.net solves the problem and gives the User the option of automatic or manual start-up.




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:41 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.