Combo Box Data Source

S

Sandy

Can the data source for a combo box be an Array? If so, how is it specified?

Thank you
 
S

Sandy

Thank you for this link - I found a lot of interesting stuff but I am not
finding the answer to my question. How to specify the array as the row source
for a combo box.
 
J

Jim Cone

ComboBox1.List = Arr()
--
Jim Cone
Portland, Oregon USA


"Sandy"
<[email protected]>
wrote in message
Can the data source for a combo box be an Array? If so, how is it specified?
Thank you
 
Top