How can I find out weather my listbox is empty or not
listbox
Collapse
This topic is closed.
X
X
-
Seema MultaniTags: None -
Chris
Re: listbox
Seema Multani wrote:ListBox.Items.C ount = 0How can I find out weather my listbox is empty or not
>
>
>
-
Denis Voyer
Re: listbox
If ListBox.Items.C ount = 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.C ount
Denis
"Seema Multani" <seema@hotmail. comwrote in message
news:uE8mZLZwGH A.4512@TK2MSFTN GP05.phx.gbl...How can I find out weather my listbox is empty or not
>
>
Comment
Comment