Thread: list box
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andrew[_49_] Andrew[_49_] is offline
external usenet poster
 
Posts: 4
Default list box

Is it possible to recognise the clicking of the scrollbar on a list box as
an event?

I have a series of records with the record index displayed in the list box.
I want the appropriate record detail to be displayed on a form when the user
scrolls through the index. I can do it if they click the list box, but not
if they simply scroll.

Any ideas?

Andrew