i would like to find a string of text within form1, however enter the string of text to find in form2 and then replace this text in form1
im having trouble linking the forms
im having trouble linking the forms
Code:
textbox1.Text = Replace(textbox1.Text , TextBox2.Text, TextBox3.Text)
MsgBox(" ' " & TextBox2.Text & " ' " & " replace with: " & " ' " & TextBox3.Text & " ' ")