When I use Find and FindNext, it is looping around the same 2 values it finds.
This is the code I use to search for "X" and when I use FindNext to keep searching, it finds the second "X". Then on the next FindNext it comes back to the first "X" I found. How do I make it stop at the last one...