Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Page Setup

Status
Not open for further replies.

Tapp

Vendor
Jan 15, 2003
15
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top