B
bw
I am using this code to print to my Cannon printer, and the code works
fine.
Application.ActivePrinter = "Canon i560 on LPT1:"
Sheets("Register").PrintOut Copies:=1
For another printer, I am using this code, which DOES NOT work.
Application.ActivePrinter = "Canon i250 on USB001:"
Sheets("Register").PrintOut Copies:=1
When looking at the properties for the Canon i250 printer, I see the
following information:
Port: USB001
Description: Virtual printer port for USB
Printer: Canon i250
Can someone explain what I'm doing wrong?
fine.
Application.ActivePrinter = "Canon i560 on LPT1:"
Sheets("Register").PrintOut Copies:=1
For another printer, I am using this code, which DOES NOT work.
Application.ActivePrinter = "Canon i250 on USB001:"
Sheets("Register").PrintOut Copies:=1
When looking at the properties for the Canon i250 printer, I see the
following information:
Port: USB001
Description: Virtual printer port for USB
Printer: Canon i250
Can someone explain what I'm doing wrong?