Thread: Rotate text 180
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Rotate text 180

Yes it is a macro (actually a UDF). See:


http://www.mvps.org/dmcritchie/excel/getstarted.htm
--
Gary''s Student


"Vince" wrote:

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