find and replace textbox

The solution for “find and replace textbox” can be found here. The following code will assist you in solving the problem.

If TextBox1.Text.Contains(“a”) Then
TextBox1.Text = TextBox1.Text.Replace(“a”, “c”)
End If

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts