Hi,
Here is some code that I use in one of my proceedures:
Code:
ActiveWindow.SelectedSheets.PrintOut Copies:=1, ActivePrinter:= _
"PDFill PDF Writer on Ne00:", Collate:=True
It may just get you started.
I'm using this to print to PDF but you could just insert your printer name.
Regards
Wattch