Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Dave O..
rw "Dave O" wrote: Here's a quick and dirty print macro I recorded: Sub Print_Certain_Sheets() Sheets(Array("Sheet1", "Sheet2", "Sheet4")).Select ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True Sheets("Sheet1").Select End Sub Change Sheet1 Sheet2 Sheet4 to match your tab names (and add to it as necessary), then assign this macro to a command button on your screen. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
automate printing different ranges on 1 worksheet at different tim | Excel Discussion (Misc queries) | |||
How do I reference data from one worksheet to another using combob | New Users to Excel | |||
Is there a shortcut to skip down the page in a large worksheet? | Excel Discussion (Misc queries) | |||
Copy from worksheet to another x times | Excel Discussion (Misc queries) | |||
copyright and worksheet protection | Excel Discussion (Misc queries) |