View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
joel[_545_] joel[_545_] is offline
external usenet poster
 
Posts: 1
Default Form Controls on Excel worksheet


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