-
1
- #1
Hi, i've got an automated report in reporter, which does a couple of things and i want it to proint to a certain printer.
I've tried rep.PrintOut("\\COURTWOODSRV1\POPPETS on Ne05:"
this told me that the printer name was not valid (I got the printer name by recording a macro in Excel in which i selected the printer..
Ive also tried
ActivePrinter = "\\COURTWOODSRV1\POPPETS on Ne05:"
rep.PrintOut
But this just prints to my default printer....
Does anybody know how i can do this operation??
I've tried rep.PrintOut("\\COURTWOODSRV1\POPPETS on Ne05:"

Ive also tried
ActivePrinter = "\\COURTWOODSRV1\POPPETS on Ne05:"
rep.PrintOut
But this just prints to my default printer....
Does anybody know how i can do this operation??