Empty Listbox

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

Guest

Is there a way to remove all of the entries in a listbox with using
..removeitem for each entry? I've tried to me.listbox1.value = "",
me.listbox1.value=" " and nothing seems to work.

Thanks in advance!
 
If you're trying to remove all of the items, simply reset the RowSource
property to "":

Me.listbox1.RowSource = ""
 

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

Similar Threads


Back
Top