Listbox Scroll

  • Thread starter Thread starter Todd Huttenstine
  • Start date Start date
T

Todd Huttenstine

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
 
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
 
Oh ok thanks. Seems like it would be so easy for
Microsoft to create such a property.
 
Back
Top