Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 34
  • Thread Tools
  1. Bronze Lounger
    Join Date
    Nov 2001
    Location
    Arlington, Virginia, USA
    Posts
    1,394
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Mousewheel in IDE Update (VB 6, VBA 6.0)

    That's interesting to note - I've never noticed this, probably because I've never found any use for a "Split" window, in VB IDE or elsewhere (like Excel) where this option is available....

  2. 3 Star Lounger
    Join Date
    Jan 2001
    Location
    Marietta, Georgia, USA
    Posts
    219
    Thanks
    4
    Thanked 2 Times in 2 Posts

    Re: Mousewheel in IDE Update (VB 6, VBA 6.0)

    Mark, you've really missed out. For cutting and pasting (VBA code, Word documents, etc.), the "Split" window is Da Bomb!
    Rick Groszkiewicz
    Life is too short to drink bad wine (or bad coffee!)

  3. 5 Star Lounger Ruff_Hi's Avatar
    Join Date
    Feb 2001
    Location
    New York, New York, USA
    Posts
    768
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Mousewheel in IDE Update (VB 6, VBA 6.0)

    Huge Thank-you <img src=/S/exclamation.gif border=0 alt=exclamation width=15 height=15> I originally saw this post and assumed it was talking about how to VB respond to the wheel, not how to get the wheel to drive the VB screens. <img src=/S/stupidme.gif border=0 alt=stupidme width=30 height=30>
    (Location Australia, then UK, but now USA. Heart, outlook, attitude, etc always Australian)
    Quote: "All Happiness is the release of internal pressure"

  4. 2 Star Lounger
    Join Date
    Jan 2004
    Location
    Mount Prospect, Illinois
    Posts
    142
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Mousewheel in IDE Update (VB 6, VBA 6.0)

    I installed this, and initially loved it, but then noticed a lot of crashiness in Word shortly thereafter, usually while mousewheeling in the VBEditor.
    Some of the crashes don't even display the typical MS "Oops" dialog -- application just plain closes! Lost some good work this way, and I've turned it off. Now I'm tryinig to figure out how to excise it all together.

    It's possible it's an interaction with one of my other add-ins in Word: RoboHelp, Acrobat and Reference Manager are all loaded. I've got a couple of the Office Developer add-ins too, but none of them are currently turned on.

    Anyone else see this happen?

  5. Plutonium Lounger
    Join Date
    Mar 2002
    Posts
    84,353
    Thanks
    0
    Thanked 10 Times in 10 Posts

    Re: Mousewheel in IDE Update (VB 6, VBA 6.0)

    It might be interaction, although I wouldn't expect those add-ins to interfere with the Visual Basic Editor.

    I have been using the mouse wheel in the VBE intensively since I installed the add-in a month ago, and I haven't noticed any negative effect.

  6. 3 Star Lounger
    Join Date
    Apr 2004
    Location
    Boston, Massachusetts, USA
    Posts
    389
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Mousewheel in IDE Update (VB 6, VBA 6.0)

    Hello all,

    Came across the following while trying to find a way to get the scroll wheel to work in FrameMaker. As a bonus, it makes the scroll wheel work in the VBA IDE as well, and offers a few extra bells and whistles. Freeware.

    http://www.geocities.com/SiliconVall...freewheel.html

    Enjoy!

  7. 3 Star Lounger
    Join Date
    May 2002
    Location
    Mpls, Minnesota, USA
    Posts
    271
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Mousewheel in IDE Update (VB 6, VBA 6.0)

    Hans,
    I tried to install and it fails with error code 0xB0004005. I have Excel 97, so maybe it does not have VBA 6(?). Is there anything I can do to get the scroll wheel working in VBA?

    Thanks,
    Chuck
    Chuck Reimer
    I'm from the Government and I'm here to help...

  8. Plutonium Lounger
    Join Date
    Dec 2000
    Location
    Sacramento, California, USA
    Posts
    16,775
    Thanks
    0
    Thanked 1 Time in 1 Post

    Re: Mousewheel in IDE Update (VB 6, VBA 6.0)

    Office 97 was built on VB5 and as I recall there was no built in scroll wheel support in that version. Even in VBA6 (Office 2000 and above), support for the scroll in the IDE only comes with the recent patch.
    Charlotte

  9. 3 Star Lounger
    Join Date
    May 2002
    Location
    Mpls, Minnesota, USA
    Posts
    271
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Mousewheel in IDE Update (VB 6, VBA 6.0)

    Charlotte,
    Thank you kindly for the speedy reply. I will wait til I can get upgraded at work.
    Chuck
    Chuck Reimer
    I'm from the Government and I'm here to help...

  10. Plutonium Lounger
    Join Date
    Mar 2002
    Posts
    84,353
    Thanks
    0
    Thanked 10 Times in 10 Posts

    Re: Mousewheel in IDE Update (VB 6, VBA 6.0)

    Chuck,

    The VBA in Office 2000 and up is based on VB6, while the VBA in Office 97 is based on VB5.

    The DLL I attached has been compiled for the Visual Basic Editor in Office 2000 and up. The VB6 compiler I am using does not provide an option to create a DLL for the Visual Basic Editor in Office 97, so I'm afraid I can't help you. Sorry.

  11. Plutonium Lounger
    Join Date
    Mar 2002
    Posts
    84,353
    Thanks
    0
    Thanked 10 Times in 10 Posts

    Re: Mousewheel in IDE Update (VB 6, VBA 6.0)

    Edited by HansV to replace attachment that was lost in server crash

    The attached zip file contains the compiled DLL for the VBA editor (in Word, Excel etc.), named VBAIDEMouseWheelAddin.dll.
    Unzip the DLL to a folder of your choice.
    Select Start | Run...
    Type <code>regsvr32 "CathVBAIDEMouseWheelAddin.dll"</code> (substitute the correct path) then press Enter.
    That should install the add-in; open the Visual Basic Editor in any Office application to test.
    You can turn the add-in on and off by selecting Add-Ins | Add-In Manager in the Visual Basic Editor.
    Attached Files Attached Files

  12. Plutonium Lounger
    Join Date
    Mar 2002
    Posts
    84,353
    Thanks
    0
    Thanked 10 Times in 10 Posts

    Mousewheel now works in Visual Basic Editor!

    Update: I didn't notice this before because I have the VBAIDEMouseWheelAddin.dll installed on all PCs I work on, but one of the Office updates during the second half of 2007 has enabled using the mouse wheel to scroll in the Visual Basic Editor in Office XP and 2003 (it was already enabled in Office 2007, and I don't know about Office 2000).

    So VBAIDEMouseWheelAddin.dll isn't needed any more. If you installed it, you can turn it off in Add-Ins | Add-In Manager... in the Visual Basic Editor in any Office application (this will turn it off for all Office applications).
    You can unregister the dll:
    - Select Start | Run...
    - Type the following, substituting the correct path of the dll:
    <code>
    regsvr32 /u "CathVBAIDEMouseWheelAddin.dll"
    </code>
    - Press Enter.
    - If you wish, you can now delete the dll file.

  13. WS Lounge VIP
    Join Date
    Dec 2000
    Location
    Burwash, East Sussex, United Kingdom
    Posts
    5,790
    Thanks
    0
    Thanked 68 Times in 64 Posts

    Re: Mousewheel now works in Visual Basic Editor!

    Doesn't work for me in XP, though I don't know if our IT department apply all the Office updates.
    Regards,
    Rory
    Microsoft MVP - Excel.

  14. Plutonium Lounger
    Join Date
    Nov 2001
    Posts
    10,550
    Thanks
    0
    Thanked 7 Times in 7 Posts

    Re: Mousewheel now works in Visual Basic Editor!

    Works for me in Office 2003 SP3 with all patches applied.

    StuartR

  15. WS Lounge VIP
    Join Date
    Dec 2000
    Location
    Burwash, East Sussex, United Kingdom
    Posts
    5,790
    Thanks
    0
    Thanked 68 Times in 64 Posts

    Re: Mousewheel now works in Visual Basic Editor.

    Does for me too at home using either 2002 or 2003. Must have been an update not applied at work (or maybe a mouse issue).
    Regards,
    Rory
    Microsoft MVP - Excel.

Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •