S
staeri
I have a calculating function in VBA which returns an amount and I have
problems regarding how to show the correct number of decimals.
If the returning value has no decimal, it should show no decimal.
If the returning value has 1 decimal, it should show 1 decimal.
If the returning value has 2 decimals, it should show 2 decimals.
If the returning value has 3 decimals or more, it should show 3
decimals.
How can I solve this?
Regards,
S
problems regarding how to show the correct number of decimals.
If the returning value has no decimal, it should show no decimal.
If the returning value has 1 decimal, it should show 1 decimal.
If the returning value has 2 decimals, it should show 2 decimals.
If the returning value has 3 decimals or more, it should show 3
decimals.
How can I solve this?
Regards,
S