I did, but I think I forgot a - 1. It should be

VB Code:
  1. If intStart = 1 Then
  2.             TextBox1.Text = "me" & TextBox1.Text.Substring(intStart + strText.Length - 1)
  3.          Else

and what if the word is the last word? oh well.