Print setup
Posted by Loon on January 30, 2002 11:47 AM
HI
I have a macro that will set the print area and also print but, what if anything can I add to the code to set the printing to Manual Feed?
Sub Macro1()
ActiveSheet.PageSetup.PrintArea = "$A$1:$Q$44"
ActiveWindow.SelectedSheets.PrintOut Copies:=2, Collate:=True
End Sub