When I change the number of copies in the print dialog during run time I still only get one copy. How do I enable multiple copies in vb code code.
Printable View
When I change the number of copies in the print dialog during run time I still only get one copy. How do I enable multiple copies in vb code code.
You have to grab what was set in the Print Dialog and use it to print more than one copy (create a loop)
Printer.Copies = printDlg.Copies
Look here for more info: http://support.microsoft.com/kb/322710