Import Excel file to array to fill ComboBox
Ok, I figured that out and it works up to the point before the combobox
is populated by the information.
I get the error "Could not set the List property. Invalid property
Array Index." when it hits the line "Control.list() = MyArray"
I'm not sure how to properly index it.
|