G Guest Jan 7, 2007 #1 How would you additem to an listbox for the third column? ListBoxName.Additem "X" to Column(3)?????
S Stefan Hoffmann Jan 7, 2007 #2 hi Gus, Gus said: How would you additem to an listbox for the third column? ListBoxName.Additem "X" to Column(3)????? Click to expand... You can't* do this, but you can change the RowSource property. *) I should be possible via API, but i don't consider this a clean hack. mfG --> stefan <--
hi Gus, Gus said: How would you additem to an listbox for the third column? ListBoxName.Additem "X" to Column(3)????? Click to expand... You can't* do this, but you can change the RowSource property. *) I should be possible via API, but i don't consider this a clean hack. mfG --> stefan <--