additem Column(X)

G

Gus Chuch

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

Stefan Hoffmann

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 <--
 
Top