I have a double UDF (9, 2) which take user's input of purchase cost (money).
I wonder if there is a way to render it in the way we like?
i.e.
user enter: 1235.1
display:12345.10,
which adds a 0 to the end automatically.
Also I wonder if we can convert the number into the format of currency.
i.e.
user enter:12345.1
display:$12,345.10.
Thanks,
fred
