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



Posted by JohnG on January 30, 2002 12:16 PM

Well I checked the setup for our printer and it doesnt have an option for manual feed i would assume yours is the same. You might be out of luck.