Hi
there're some macros/procedures to convert numbers to text. e.g.
MS Knowledge Base:
http://support.microsoft.com/default...B;EN-US;213360
http://support.microsoft.com/default...;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/...s/num2wrds.zip
It's in the "Accountants" section on page:
http://www.bygsoftware.com/examples/examples.htm
It contains two methods
If you use for example Morefunc.dll (the function NBTEXT) and your cell
A1 stores the value try the following in cell B1:
=NBTEXT(A1)
--
Regards
Frank Kabel
Frankfurt, Germany
Claudio Millapel wrote:
> HI everybody!
>
> I've been wondering if it's possible to convert a cell which contains
> a number to letters to be display in another different cell. If it's
> possible, please tell us how to do it.
>
> Thanks, Claudio