Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey guys
I have a listbox on a userform. Is there a property that I can set so when I use my roller button on my mouse, it will scroll through the items in my listbox? Thank you Todd Huttenstine |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Todd
There is no such property. As fas as I know it takes quite heavy Windows API programming that includes subclassing the form window. We who've tried those things know that this is a very dangerous operation that tends to crash everything. I have some half baked code for it, but won't provide it until it works decently. HTH. Best wishes Harald "Todd Huttenstine" skrev i melding ... Hey guys I have a listbox on a userform. Is there a property that I can set so when I use my roller button on my mouse, it will scroll through the items in my listbox? Thank you Todd Huttenstine |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Oh ok thanks. Seems like it would be so easy for
Microsoft to create such a property. -----Original Message----- Hi Todd There is no such property. As fas as I know it takes quite heavy Windows API programming that includes subclassing the form window. We who've tried those things know that this is a very dangerous operation that tends to crash everything. I have some half baked code for it, but won't provide it until it works decently. HTH. Best wishes Harald "Todd Huttenstine" skrev i melding ... Hey guys I have a listbox on a userform. Is there a property that I can set so when I use my roller button on my mouse, it will scroll through the items in my listbox? Thank you Todd Huttenstine . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I use an Intellimouse to scroll listbox enteries in ExceL? | Excel Discussion (Misc queries) | |||
How to get rid of the bottom scroll bar in a ListBox | Excel Programming | |||
listbox.value not equal to listbox.list(listbox.listindex,0) | Excel Programming | |||
listbox doesn't scroll properly | Excel Programming |