Currency - The number is displayed with two decimal places, a thousand separator, and the currency symbol appropriate to the system locale. : Number Format « Date Functions « VBA / Excel / Access / Word
- VBA / Excel / Access / Word
- Date Functions
- Number Format
Currency - The number is displayed with two decimal places, a thousand separator, and the currency symbol appropriate to the system locale.
Sub formatDemo3()
Debug.Print Format("12345", "Currency")
End Sub
Related examples in the same category