View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GMet GMet is offline
external usenet poster
 
Posts: 23
Default help with rowsource

I have a form with a listbox. Before opening the form I create a public
array. I want to use the array as the rowsource for the listbox.

MyForm.Listbox1.RowSource = MyArray

does not work.

How do I do that?

TIA

Glen