2-column combo box via code...
Tom,
I saw, judging by your code, that my main mistake for not getting the 2nd
column was that I was adding values (0,1) and (0,2) in the ComboBox.AddItem,
whereas I should be using (0,0) and (0,1).
Array indexing starts with 0, unless otherwise suggested (Base=1). Right?
Thanks [again] for everything!!
|