How can I convert amounts into letters ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

For some application we need the convertion of amounts into letters / words.
(This need be done in Dutch.)
The amount comes in the document via a bookmark in a template. We want to
see automatically the amount in words in the same document f.e. by means of a
formula.
 
KaakB
Our Amsterdam office had to buy 3rd party software to achieve what you
require. The macros were written in VBA.
Regards
Mike
 
JaakB said:
For some application we need the convertion of amounts into letters /
words. (This need be done in Dutch.)
The amount comes in the document via a bookmark in a template. We
want to see automatically the amount in words in the same document
f.e. by means of a formula.

Hi Jaak,

This works in English. Try it to see whether it works in Dutch:

Assume for example that the bookmark is named Total. At the place where you
want the words, insert a Ref field containing the bookmark name and the
\*CardText switch. The field code will look like this:

{ REF Total \*CARDTEXT }
 
Dear Jay
It works in Dutch.
Thanks.

Jay Freedman said:
Hi Jaak,

This works in English. Try it to see whether it works in Dutch:

Assume for example that the bookmark is named Total. At the place where you
want the words, insert a Ref field containing the bookmark name and the
\*CardText switch. The field code will look like this:

{ REF Total \*CARDTEXT }
 
Thanks for letting me know, Jaak. I don't have access to versions of
Word other than English, so it's difficult to be sure what gets
translated.
 
Back
Top