You have to manuall in code use Additem to put each item of an array
into a combobox
for i = 0 to Ubound(MyArray)
Listbox1.additem MyArrray(i)
next i
--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread:
http://www.thecodecage.com/forumz/sh...d.php?t=170371
Microsoft Office Help