Can someone please tell me the syntax for the replacestring function??? Please!!!!!!
This will replace MyString with MyNewString in a TextBox called Text1. Code: text1 = Replace(text1, "MyString", "MyNewString")
text1 = Replace(text1, "MyString", "MyNewString")
Forum Rules