Remove all items from a combo

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

Guest

I'm blanking here, can someone help me remember what the command in VBA is to
clear all items from a ComboBox?

I thought it was something like:

Me!cboMyCombo.RemoveAllItems

But, I can't remember...
 
Not sure what your row source type is but you might try:
Me!cboMyCombo.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

Back
Top