Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See answer to latest posting of this question.
-- Regards, Tom Ogilvy "Abdul" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formatting numerals and text numbers between Arabic and Hindi (indic) languages | Excel Programming | |||
How to convert Arabic number to english text (63 to SIXTY THREE) | Excel Worksheet Functions | |||
How do you convert Arabic numbers to English text format? | Excel Discussion (Misc queries) | |||
How can I convert Arabic numbers to English text format in EXCEL | Excel Discussion (Misc queries) | |||
Convert arabic number to english text | Excel Discussion (Misc queries) |