View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Kletcho Kletcho is offline
external usenet poster
 
Posts: 36
Default How to display Items in ListBox

I think your problem lies in that you are using a list box from the
forms toolbar and not a list box from the control toolbox. You have
much greater control over listboxes created through the control
toolbox.

Also where do you want the list items displayed? In a pop-up, certain
cells, the immediate window?