additem Column(X)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How would you additem to an listbox for the third column?
ListBoxName.Additem "X" to Column(3)?????
 
hi Gus,

Gus said:
How would you additem to an listbox for the third column?
ListBoxName.Additem "X" to Column(3)?????
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 <--
 
Back
Top