Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I would like to be able to change from scrolling vertically in an excel
document to horizontally. How would I do this? |
#2
![]() |
|||
|
|||
![]()
Alison,
I examined the mouse's device properties and this feature is not present on my mouse. I think you are going to need a better mouse, per Chips post which I've copied below... Roy Get a Microsoft mouse with the "TiltWheel" feature. It lets you tilt the wheel horizontally to scroll left and right. I have a wireless one, and am very satisfied with it. Unfortunately, the mouse driver that comes with it causes the wheel not to work in the VBA Editor. To fix this, download FreeWheel from http://www.geocities.com/SiliconVall...freewheel.html -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Alison" wrote: I would like to be able to change from scrolling vertically in an excel document to horizontally. How would I do this? |
#3
![]() |
|||
|
|||
![]()
"Roy Wagner" wrote in message
... Alison, I examined the mouse's device properties and this feature is not present on my mouse. I think you are going to need a better mouse, per Chips post which I've copied below... Roy Get a Microsoft mouse with the "TiltWheel" feature. It lets you tilt the wheel horizontally to scroll left and right. I have a wireless one, and am very satisfied with it. Unfortunately, the mouse driver that comes with it causes the wheel not to work in the VBA Editor. To fix this, download FreeWheel from http://www.geocities.com/SiliconVall...freewheel.html Roy, Have you looked at this? http://support.microsoft.com/?id=837910 It works perfectly for VB6 but I've not managed to get it working for VBA, but then maybe I'm not doing that registry bit correctly - if anybody knows how...? Cheers, Nick |
#4
![]() |
|||
|
|||
![]()
"Nick" wrote in message ...
"Roy Wagner" wrote in message ... Unfortunately, the mouse driver that comes with it causes the wheel not to work in the VBA Editor. To fix this, download FreeWheel from http://www.geocities.com/SiliconVall...freewheel.html Roy, Have you looked at this? http://support.microsoft.com/?id=837910 It works perfectly for VB6 but I've not managed to get it working for VBA, but then maybe I'm not doing that registry bit correctly - if anybody knows how...? Hey, I got it working! Firstly, go to http://support.microsoft.com/?id=837910 and follow "Method 1" as far as step 2. Make a new text file, copy/paste the following into it: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\VBA\VBE\6.0\A ddins\VB6IDEMouseWheelAddin.Connect] "FriendlyName"="MouseWheel Fix" "LoadBehavior"=dword:00000000 "CommandLineSafe"=dword:00000000 Then change the file extension from txt to reg and double-click it to run it, choosing "Yes" when prompted. Then open Excel, go into the VBA editor (alt+f11 works for me). Goto "Add-Ins" menu, click "Add-In Manager..." You should now see "MouseWheel Fix" as an available add-in. Click on it, then make sure the two checkboxes at the bottom are ticked. Ok that window, close VBA editor and Excel, then re-open and see if it works... did for me! |
#5
![]() |
|||
|
|||
![]()
The only way I know is to position the pointer in the horizontal bar then use the wheel.
Not an overly convenient way of doing it, but it works. -- Regards; Rob ------------------------------------------------------------------------ "Alison" wrote in message ... I would like to be able to change from scrolling vertically in an excel document to horizontally. How would I do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Scroll horizontaly with mouse, create same system used to scroll . | New Users to Excel | |||
my mouse moves diagonally when i scroll on mouse? | Excel Worksheet Functions | |||
Excel now moves Left & Right when I scroll the mouse not Up & Down | Excel Discussion (Misc queries) | |||
Mouse scroll jumps from up/down to left/right | Excel Discussion (Misc queries) | |||
my mouse wheel works the zoom | Excel Discussion (Misc queries) |