M
Marco
This should be a simple but I cannot find the answer
anywhere in the help index.
I've created my own VB function in Word 2000 that converts
a number to text. For example, if a cell in a table holds
the number 1,234.56 it will return One thousand two
hundred and thrty four pounds 56 pence. It's called
F_AmountInWords. But I can work out how to use it in a
cell.
I've tried inserting a field with the field code
= AmountInWords (RIGHT) \* MERGEFORMAT
But it just returns "!Syntax Error,(." I gather this is
because the = function only uses built in function, but
how do I call one from Module1.
Many thanks,
Mark
anywhere in the help index.
I've created my own VB function in Word 2000 that converts
a number to text. For example, if a cell in a table holds
the number 1,234.56 it will return One thousand two
hundred and thrty four pounds 56 pence. It's called
F_AmountInWords. But I can work out how to use it in a
cell.
I've tried inserting a field with the field code
= AmountInWords (RIGHT) \* MERGEFORMAT
But it just returns "!Syntax Error,(." I gather this is
because the = function only uses built in function, but
how do I call one from Module1.
Many thanks,
Mark