It could be resolved with this:

Code:
lstTraceSpeed.Text = Replace(lstTraceSpeed.Text, Chr(9), String.Empty)
But only for the textbox, this didn't work for the listbox.