Find And Replace Textbox

[Solved] Find And Replace Textbox | Vb - Code Explorer | yomemimo.com
Question : find and replace textbox

Answered by : dim-funname-as-string

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

Source : | Last Update : Thu, 28 May 20

Answers related to find and replace textbox

Code Explorer Popular Question For Vb