show/hide this revision's text 3 correction

As I was typing the question I took another glance at the documentation and spotted the answer, but I went ahead and posted it anyway. Here it is:

Debug.Print Format(123456789, "#,##0")

Note: While this does get the job done, Joacim Andersson makes a good point in his answer. Depending upon the application, this may not suffice.

show/hide this revision's text 2 added info

As I was typing the question I took another glance at the documentation and spotted the answer, but I went ahead and posted it anyway. Here's the answerHere it is:

Debug.Print Format(123456789, "#,##0")

Note: While this does get the job done, Joacim Andersson makes a good point in his answer. Depending upon the application, this may not suffice.

show/hide this revision's text 1

As I was typing the question I took another glance at the documentation and spotted the answer, but I went ahead and posted it anyway. Here's the answer:

Debug.Print Format(123456789, "#,##0")