Mega Code Archive

 
Categories / VisualBasic Script / Date Functions
 

Currency - The number is displayed with two decimal places, a thousand separator, and the currency symbol appropriate to th

Sub formatDemo3()     Debug.Print Format("12345", "Currency") End Sub