StrRev reverses the order of text in a string: : StrReverse « String Functions « VBA / Excel / Access / Word






StrRev reverses the order of text in a string:

 
Sub StrReverseExample()
    Debug.Print StrReverse("This string looks very funny when reversed!")
    'Returns !desrever nehw ynnuf yrev skool gnirts sihT
End Sub

 

Related examples in the same category