I'm looking for help to automatically scroll through a rich text box. What I need to do is after I find a piece of text I'd like to scroll the line that text is in to the top of the rich text box. Sort of like the .topindex property of a list box.

For example if I'm looking for the text "found_me" and find it in line 6 how would I move line 6 and everything after it to the top of the rich text box. Every line before line 6 will then scroll out of view. No lines will be deleted in the process, just visible or not visible.

I can find the text I just can't figure out how to scroll through the lines. Thanks for your help, it is greatly appreciated.