Conversion from currency value to currency text format

  • Thread starter Thread starter gdselva
  • Start date Start date
G

gdselva

Hi,

I have one question.

i.e.

Suppose I am entering the value in the Cell A1,

Input:
A1 contains 63,653

Output B1:
I need the output in B1 cell.

i.e.

Sixty Three Thousand six hundered and fifty three only.

The Conversion range from 0 to Millions.

Do you have any idea, how to do this through Formulas or VBA Macros.


Thanks,
Selvam
 
Hi
there're some macros/procedures to convert numbers to text. e.g.
MS Knowledge Base:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;213360
http://support.microsoft.com/default.aspx?scid=KB;EN-US;140704&

Free Addin MOREFUNC-DLL which includes a UDF for this task (for various
languages):
http://longre.free.fr/english/

or have a look at
http://www.bygsoftware.com/examples/zipfiles/num2wrds.zip
It's in the "Accountants" section on page:
http://www.bygsoftware.com/examples/examples.htm
It contains two methods
 

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

Back
Top