listbox

  • Thread starter Thread starter Seema Multani
  • Start date Start date
If ListBox.Items.Count = 0 Then
Do something
Else
Do this
End If

Or if you want to use the result somewhere else set a variable to the items
count.

Variable = ListBox.Items.Count

Denis
 

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