Hi Everyone,
How can you tell programmatically if a listbox is populated with any data?
Hi Everyone,
How can you tell programmatically if a listbox is populated with any data?
Did you try Listbox.Itest.Count() and see if the result is greater then 0?
Thanks Gary,
I knew it was going to be something that easy. Much appreciated.:bigyello: