J
JT
I have a combo box on my form with 12 columns. The items
are added down in the first column when I use the
following code:
combobox1.add item var1
combobox1.add item var2
combobox1.add item var3
combobox1.add item var4
I would like to add them across in Col 1, Col 2, Col 3 and
Col 4.
I haven't used combo boxes before and am struggling with
this one.
Thanks for the help
are added down in the first column when I use the
following code:
combobox1.add item var1
combobox1.add item var2
combobox1.add item var3
combobox1.add item var4
I would like to add them across in Col 1, Col 2, Col 3 and
Col 4.
I haven't used combo boxes before and am struggling with
this one.
Thanks for the help