Hi Abizer,
Put this code to a module
Public Function Reverse(sText As String) As String
Reverse = StrReverse(sText)
End Function
A1 --- Abizer
B1 --- =Reverse(A1)
Regards
Kid.
On Wed, Aug 4, 2010 at 6:32 PM, Abizer Hussain <[email protected]> wrote:
>
>
> Hi all
> Is there any formula or VBA command to make mirror image of any word in
> other cell??
> Example
> A B
> Abizer----rezibA
> John------nhoJ
> Lisa------asiL
> Joy-------yoJ
>
> I hope im clear in explanation
> Hope to get an answers from geniuses very soon.
> Thank you.
>
>
>