Hi,
I have filled a 2 column combo box using an array. I
have changed the properties to allow headers. Is there a
way to fill the column headings with values using VBA
code?
arsname(0, 0) = "first column heading"
arsname(0, 1) = "second column heading"
These elements of the array hold data.
peter