Hi Fuzzy,
Press Ctrl-F9 to create a pair of field braces (ie '{}')
Between the field braces, type '=1234 \* CardText' so that you end up with {=1234 \* CardText }
Select the field and press F9.
The output will be in lower case. You can change the case by adding another switch, eg:
{=1234 \* CardText \* Upper} - upper case
{=1234 \* CardText \* Caps} - title case
{=1234 \* CardText \* FirstCap} - sentence case
--
Cheers
macropod
[Microsoft MVP - Word]
Fuzzy said:
Thanks a ton, for the formula...
but I'm a new word user....
would you please tell me, how do i go about using this in word..
supposing the text is:
The customer Mr A has paid an amount of USD 100 (USD One Hundred Only) today.
how do i get the One Hundred there???
after 100 i just type QUOTE \*CartText "1234"
????
Sorry...
:
Hi,
The QUOTE field with the \*CardText switch does this. For example, to
convert the number 1234 to words, insert a field, select QUOTE, and enter the
following code:
QUOTE \*CartText "1234"
--
Hope this helps,
Pesach Shelnitz
:
Is there any formula that i can use in a word document that would
automatically convert a number to its corresponding value in "words" ??