Posted by Team of VnV for internal use of employees of VnV
Use this code
Function Reversestr(str As String) As String
Reversestr = StrReverse(Trim(str))
End Function
No comments:
Post a Comment