Cannot manually add items to an Excel Form ListBox control

  • Thread starter Thread starter Martin SChukrazy
  • Start date Start date
M

Martin SChukrazy

Hello
I have a user form that just hangs up when i try to manually add items
to a list box control. It works perfectly fine if i point the data source to
be an excel range. So the question is can you or can you not add manually to
a list box control on a user form during initialization ?

Thanks

Martin
 
Manually add items to a listbox control during initialization??? Doesn't
make much sense. What code do you use to manually add items to a listbox
control during initialization? Perhaps you mean use AddItem. There should
be no problem although you need to not have rowsource sent to anything.
 
Sorry i got it. I was pointing it to a datasource and then trying to add
items to list box during initialization which did not work. Once i removed
that it worked fine..

Martin
 

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