Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have created a user form that includes a list box. The list box is large
and therefore produces a scroll bar. For some reason the the mouse wheel does not work within this user form. The mouse wheel works perfectly normally within the main active spreadsheet and the VBA code. I have updated the mouse drivers (Microsoft Intellimouse Explorer) with no success. Any clues would be great. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It looks as if MS did not program the list box to respond to the wheel roll
event. I don't know that you can do anything about it. -- Jim Rech Excel MVP "GoDGo" wrote in message u... |I have created a user form that includes a list box. The list box is large | and therefore produces a scroll bar. For some reason the the mouse wheel | does not work within this user form. The mouse wheel works perfectly | normally within the main active spreadsheet and the VBA code. I have | updated the mouse drivers (Microsoft Intellimouse Explorer) with no success. | | Any clues would be great. | | |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() You will Basically need to Subclass the Userform. Have a look here for a technique to do this. http://www.xtremevbtalk.com/showthre...2821#post79807 -- Ivan F Moal ----------------------------------------------------------------------- Ivan F Moala's Profile: http://www.excelforum.com/member.php...nfo&userid=195 View this thread: http://www.excelforum.com/showthread.php?threadid=26604 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There's a solution on my site using a $29 activex control from mabry
software written by Karl Peterson I think and some mouse handlers I built to get around the lack of handles for MSFORMS forms. http://www.enhanceddatasystems.com/E...istScrolls.htm Robin Hammond www.enhanceddatasystems.com "GoDGo" wrote in message u... I have created a user form that includes a list box. The list box is large and therefore produces a scroll bar. For some reason the the mouse wheel does not work within this user form. The mouse wheel works perfectly normally within the main active spreadsheet and the VBA code. I have updated the mouse drivers (Microsoft Intellimouse Explorer) with no success. Any clues would be great. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
List Box - Scroll Wheel on mouse crashes spreadsheet | Excel Worksheet Functions | |||
Want to scroll with mouse through drop down list | Excel Discussion (Misc queries) | |||
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 | |||
User Form / List Box | Excel Programming |