Fixed - The number is displayed with two decimal places and at least one integer place.
Sub formatDemo2() Debug.Print Format("12345", "Fixed") End Sub