Re: how to reverse cells value
- From: Gord Dibben <gorddibbATshawDOTca>
- Date: Fri, 23 Dec 2005 14:04:43 -0800
Public Function RevStr(Rng As Range)
If IsNumeric(Rng) Then
RevStr = StrReverse(Rng.Text) + 0
Else
RevStr = StrReverse(Rng.Text)
End If
End Function
Gord Dibben Excel MVP
On Sat, 24 Dec 2005 05:30:00 +0800, "Jaemun" <x> wrote:
>How to the number that seperate with commas e.g. 11,22,33,44 to become
>44,33,22,11 using formula functions?
>
.
- Follow-Ups:
- Re: how to reverse cells value
- From: Jaemun
- Re: how to reverse cells value
- References:
- how to reverse cells value
- From: Jaemun
- how to reverse cells value
- Prev by Date: Re: DateDIF
- Next by Date: Re: VBA to open a .mdb file
- Previous by thread: how to reverse cells value
- Next by thread: Re: how to reverse cells value
- Index(es):
Relevant Pages
|