AUTO PRINT potrait & landscape

colleen

Board Regular
Joined
Feb 21, 2002
Messages
61
hi , i need to print my documents first page potrait the rest in landscape mode automatically without manually clicking on potrait and first page the landscape for the balance pages. All these douments are on the first sheet .. aid needed colleen
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
If you are printing your first page from "Sheet1" and the next page from "Sheet2." Then your "Page Setup" will atuomatically control the print for each page independently. So just set the page options for each sheet. Record a macro and use the print icon to print each page and you are done.

If you need to print multiple pages from the same sheet or you need to set options in your code (this slows down printing alot!), then you need to control the print flow.

Record a macro:

Set the first page, print range select the options, print. Then select the rest of the sheet, but not the part you just printed, set your options like landscape. Then print the selection. Stop the macro recorder. You may need to edit out some of the print code from the recorded macro, as the Excel recorder is particularly dirty when it comes to recording printer code. JSW
 
Upvote 0

Forum statistics

Threads
1,213,551
Messages
6,114,272
Members
448,558
Latest member
aivin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top