This is proabably over complicating the problem quite a bit, but it works, it keeps the letters in the case they were found in as well ^^
Code:
Dim strText As String, strLeft As String, strRight As String
Dim intA As Integer
strText = Text1.Text
Leave a comment: