J
Jack Sons
Hi all,
Once I found in the NG this function to inverse text in a cell.
Function Reversetext(a As String) As String
Reversetext = StrReverse(a)
End Function
I put it in my Personal.xls but can't figure out how to make make it work.
Jack Sons
The Netherlands
Once I found in the NG this function to inverse text in a cell.
Function Reversetext(a As String) As String
Reversetext = StrReverse(a)
End Function
I put it in my Personal.xls but can't figure out how to make make it work.
Jack Sons
The Netherlands