G
GMet
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
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