Excel printer selection

G

Guest

Is it possible to assign a network printer to specific excel folders ie. I
want to print from printer (B) because it will print in 11x17 but my default
printer (A) can only print 8.5x11. Can I have my 11x17 spreadsheet
automatically assign printer B or do I have to manually select it?

Dave
 
D

Don Guillett

I just recorded this

sub chgprinter()
Application.ActivePrinter = "Quicken PDF Printer on LPT1:"
ActiveWindow.SelectedSheets.PrintOut Copies:=1
Application.ActivePrinter = "Xerox Phaser 6200B on LPT1:"
end sub
 
G

Guest

Thank you Don, unfortunately I am not quite at your level of expertise so I
will take what you gave me and ask some more educated people around here how
this can be implemented into my spreadsheet.

Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top