Convert number to arabic(Hindi) format with text

A

Abdul

Hi,

How I can convert a number to arabic(Hindi) format using vba


like Range("A2") .NumberFormat = "[$-2000000]#0,000.00"

I want this with some text for eg.

"This Number is 2000" and 2000 formated as "[$-2000000]#0,000.00"

somethig like Range("A2")="This number is " & .numberformat(2000,
[$-2000000]#0,000.00")

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top