Listbox Counting (not .listcount)

Joined
Apr 16, 2010
Messages
3
Reaction score
0
Is it possible to count the number of times a value appears in a column in a listbox?

If so, how would I go about it?

The value I would be looking for is: lstClaims.Column(2) which would be the currently selected value. This is a single select listbox.

I'm assuming I'm going to have to run a loop but I cant figure out how to go about the comparison. And yes I could filter the listbox, but I want to have this figure available on every selection.
 

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

Similar Threads


Top