B
buncs
I've been to the help for FormatCurrency and got
net = FormatCurrency(net, 2
But if the value has no decimals I still want the .00 to show. There doesn't seem to be an option, but surely it should be a default with currency. Also .5 should show as .50, should it not
I am obviously missing something.
Also, if you define DIM net As Currency, I would have expected it to behave as currency, otherwise what is the point of defining it as currency?
net = FormatCurrency(net, 2
But if the value has no decimals I still want the .00 to show. There doesn't seem to be an option, but surely it should be a default with currency. Also .5 should show as .50, should it not
I am obviously missing something.
Also, if you define DIM net As Currency, I would have expected it to behave as currency, otherwise what is the point of defining it as currency?