View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] staeri@gmail.com is offline
external usenet poster
 
Posts: 35
Default Return amount with various number of decimals

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