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.
