Converting Numbers(Currency) into Million/Billion/Trillion

@PAVITHRAN,

Try with this one,

(2425000 / 1000000R).ToString("0.##") & "M"
2 Likes