A family of Microsoft word processing software products for creating web, email, and print documents.
How about
Dim oRng As Range
Dim sRevText As String
Dim i As Long
sRevText = ""
Set oRng = Selection.Range
For i = oRng.Characters.Count To 1 Step -1
sRevText = sRevText & oRng.Characters(i)
Next i
oRng.Text = sRevText
Select the text and run the macro.
<McKazie> wrote in message news:*** Email address is removed for privacy ***...
Does anybody know a VBA (Macro code) which be able to reverse a text
For example changes the text above to:
txet a esrever ot elba eb hcihw )edoc orcaM( ABV a wonk ydobyna seoD
Graham Mayor - Word MVP
Posted via the Communities Bridge