StrReverse() Reverses the order of the characters in a string.
Sub strDemo14() Debug.Print StrReverse("Test") End Sub