Option Explicit Public Function ReverseString(Text As String) ReverseString = StrReverse(Text) End Function