Archive of Mr Excel Message Board

Back to Printing in Excel archive index
Back to archive home

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

Re: Print setup
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.

This archive is from the original message board at www.MrExcel.com.
All contents © 1998-2004 MrExcel.com.
Visit our
online store to buy searchable CD's with thousands of VBA and Excel answers.
Microsoft Excel is a registered trademark of the Microsoft Corporation.
MrExcel is a registered trademark of Tickling Keys, Inc.