Standard - The number is displayed with two decimal places, at least one integer place, and a thousand separator (when needed). : Number Format « Date Functions « VBA / Excel / Access / Word
- VBA / Excel / Access / Word
- Date Functions
- Number Format
Standard - The number is displayed with two decimal places, at least one integer place, and a thousand separator (when needed).
Sub formatDemo4()
Debug.Print Format("12345", "Standard")
End Sub
Related examples in the same category