View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RB Smissaert RB Smissaert is offline
external usenet poster
 
Posts: 2,452
Default scroll listbox with mouse wheel

Found some nice code on:

http://www.enhanceddatasystems.com/E...istScrolls.htm

to make a scrollable listbox.
The scrolling works perfect, but there are serious side-effects.
After doing some scrolling you can't move or even close the form anymore
and the only way out is Ctrl + Alt + Del.

Does anybody have a solution for this or does anybody has some better code
for this?
Maybe the answer to this is to use a VB6 listbox in Excel as I understand
that you can
do this. It just looks a bit more complex.

Thanks for any advice.


RBS