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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top