View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Max Max is offline
external usenet poster
 
Posts: 390
Default Create ListBox and Populate with Array

Hi - Help this noob out...

I want to create an array and then take the data contained in that array and
place it in a ListBox so that users can then select values (one to many)
within that List box.

1) How do I create the ListBox?
2) How do I put the data in the the array into the ListBox?
3) How do I capture the selections to be used later?

--
Thanks!
Max