HOW TO WRITE INWORD FORMAT OF A NUMERIC VALUE

  • Thread starter Thread starter bkr
  • Start date Start date
Hi,

Please, do not use capitals for posting your question.

If you mean: how to enter a value as text, use ' e.g. '4
Wkr,

JP
 
Hello,

http://www.xldynamic.com/source/xld.xlFAQ0004.html
(the VBA code) returns for
1000000000000000 "One Dollar Only"
0.123 "Dollars And 12"

Microsofts site http://support.microsoft.com/default.aspx?scid=kb;en-us;213360
returns for
1000000000000000 "Hundred Fifteen Dollars and No Cents"
-20.123 "Hundred Twenty Dollars and Twelve Cents"

In my humble opinion you should NOT use these programs because they do
not apply a proper parameter check.

I suggest to use http://www.sulprobil.com/html/spellnumber.html
instead or to use Rick's code. His one seems to work fine as well.

Regards,
Bernd
 
Back
Top