Print Test Page
Call to Windows print test page function.
Form Code
Private Sub
Form_Load()
Shell "rundll32 msprint2.dll,RUNDLL_PrintTestPage"
End Sub
Go Back