Rotate text 180

  • Thread starter Thread starter Vince
  • Start date Start date
V

Vince

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top