I have a problem with formatcurrency
I would like to have this:
$ 34.00
$ 4.50
--------
$ 38.50
But if I use formatcurrency VB makes this:
$34.00
$4.50
------
$38.50
What can I do ???
Please Help and I want to use currency becaus my currency can be change.


Reply With Quote