View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Excel printer selection

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
--
Don Guillett
SalesAid Software

"dave1816" wrote in message
...
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