Thank you, that works perfectly.
I wasn't sure if I needed the variable oString.
Is there some reason that you changed my variable name from oRange to oRng?
I just noticed another little problem. The entire reversed string gets assigned the formatting of the first character in the original string.
If my original string is "This is some text", the reversed string becomes "txet emos si sihT". Is there a way to preserve the formatting so that the result is "txet emos si sihT"?
|