View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
William C. Smith William C. Smith is offline
external usenet poster
 
Posts: 9
Default Linking Cells to ListBox - How?

Is it possible to link a range of cells to a listbox: i.e. when code
executes a show method the list box displays the contents of the linked
cells.

Bill