if I had a rich text box (richtextbox1), how would I make a FIND/REPLACE thing like in Word or Notepad?
I tried instr but all it returns is the position of the string. I want to select it as well, and when the user clicks next, continue on...
And how can I replace it?