Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello Programmers! :) Below is a simple code (that I've recorded) to print the selected range from 3 different worksheets. I know that all printers are different, but the standard functions should be the same. First of all, is there a way to simplify this code. Secondly, how do you write in a code to, #1. Print the selected sheets in reverse order, #2. and to rotate the sheets 180 degrees. I tried to record these actions but they don't show up in the code. Are there some codes out there for this, or is this a feature set up within the printers software? ![]() Sub PrintWorksheets() Range("A1:I52").Select Selection.PrintOut Copies:=1, Collate:=True Range("A1").Select Sheets("Sheet2").Select Range("A1:I52").Select Selection.PrintOut Copies:=1, Collate:=True Range("A1").Select Sheets("Sheet3").Select Range("A1:I52").Select Selection.PrintOut Copies:=1, Collate:=True Range("A1").Select Sheets("Sheet1").Select Range("A1").Select End Sub Thanks, EMoe -- EMoe ------------------------------------------------------------------------ EMoe's Profile: http://www.excelforum.com/member.php...o&userid=23183 View this thread: http://www.excelforum.com/showthread...hreadid=488462 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 printing problem--printing 1 document on 2 pages | Excel Discussion (Misc queries) | |||
Excel Printing --Borders are not printing on the same page as data | Excel Discussion (Misc queries) | |||
Printing a heading on each new page when printing | Excel Discussion (Misc queries) | |||
Enable Double sided printing contiuously when printing multiple s. | Excel Discussion (Misc queries) | |||
Printing? Worksheets not printing the same on multiple pc's! | Excel Programming |