How do I search a listview control for a string such as an email address and return the number of times it is found?
I can use for x = 0 to ubound(listview.index) because it
's not an array..... i have two columns
email address | lastchecked
[email protected] NA
[email protected] NA
[email protected] NA
[email protected] NA
Thanks
