I use the following command to print an Excel chart:
xlApp.Charts(chartList(i)).PrintOut 1, 1, 1, false
However, I would like to print to a specific printer but I can't get it to work. The printer in question is on the network and the network path is \\balloonrm2\canonpix. The name of the printer on my PC is Canon PIXMA iP5000.
I have tried both of these options as the printer name with it still prints to my default print. can anyone tell me how to get around this.
Mighty
xlApp.Charts(chartList(i)).PrintOut 1, 1, 1, false
However, I would like to print to a specific printer but I can't get it to work. The printer in question is on the network and the network path is \\balloonrm2\canonpix. The name of the printer on my PC is Canon PIXMA iP5000.
I have tried both of these options as the printer name with it still prints to my default print. can anyone tell me how to get around this.
Mighty