Are you certain the active control is a RichTextBox when you call that? The way you're ''supposed'' to do it is like so:
Code:RichTextBox1.Text = RichTextBox1.Text.Replace(Me.TextBox1.Text, Me.TextBox2.Text)
|
Results 1 to 3 of 3
Thread: Find & Replace ProblemThreaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |