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