Thread: list box
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default list box

Hi Andrew

There is imo no "appropriate record" for a listbox. Unless you made it so
narrow that is displays only one item at the time. If so then listbox is
wrong, you need a combobox.

HTH. Best wishes Harald

"Andrew" skrev i melding
...
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