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