Hi Everyone,

Is there anyway to find items in a ListView? What I am trying to do is this. Scroll between items in the ListView. For example, when the user selects the forward button, the program will find the first occurrence of the words "NOTE ID:" in the ListView. Then when the user selects the forward button again the program will find the next occurrence of the words "NOTE ID:". Make sense? Similar to the find command found in Microsoft programs. I would appreciate any help. I have tried the .Finditem command but I cannot get it to do exactly what I want.