![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Posts: 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
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Central Florida, USA
Posts: 7,541
|
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 |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|