Answer the question
In order to leave comments, you need to log in
Replacing text up to a specific character?
It is necessary that the replacement works only up to a certain place in the text, for example, up to the @ symbol
Dim filter As String
filter = TextBox1.Text.Replace("A", "").Replace("a", "")
TextBox2.Text = filter
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question