Good morning all, I have a primary print page which allows users to print their specific reports. The issue is I'm not sure how to code this so that it prints to the user's default printer. Please help.

Sub INLINED1()
'
' INLINED1 Macro
'

'
Sheets("Print Page").Select
Sheets("DistrictSummary").Visible = True
ExecuteExcel4Macro "PRINT(2,18,18,1,,,,,,,,2,,,TRUE,,FALSE)"
Sheets("DistrictSummary").Select
ActiveWindow.SelectedSheets.Visible = False
End Sub


Thank you all ahead of time for your assistance.