How to Print a Test Page to Printer
Posted on January 5, 2009
1 2 3 4 5 | 'Miscellaneous - How to Print a Test Page to Printer Private Sub Main() Shell "rundll32 msprint2.dll,RUNDLL_PrintTestPage" End Sub |
1 2 3 4 5 | 'Miscellaneous - How to Print a Test Page to Printer Private Sub Main() Shell "rundll32 msprint2.dll,RUNDLL_PrintTestPage" End Sub |