Hello,
I have a list of items, called uArray(i)

My next code line is calling for a userform:

MyList.Show
The MyList userform has a ListBox.

My question is, how to get the UArray(i) list into the userform's ListBox.
Thanks