Thread
:
Rotate text 180
View Single Post
#
1
Posted to microsoft.public.excel.misc
Vince
external usenet poster
Posts: 22
Rotate text 180
Hi all,
I did a search in the NG and found this
Public Function RevStr(rng As Range)
RevStr = StrReverse(rng.text)
End Function
which I think may do what I need, however where exactly do I type this
is, is it a macro?
Thanks
Reply With Quote
Vince
View Public Profile
Find all posts by Vince