Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Susan
you could record a macro while you carry out the required printing. You'll get something like the following: Sheets("Sheet3").Select ActiveWindow.SelectedSheets.PrintPreview Sheets("Sheet2").Select ActiveWindow.SelectedSheets.PrintPreview Sheets("Sheet1").Select ActiveWindow.SelectedSheets.PrintOut From:=2, To:=2, Copies:=1, Preview _ :=True, Collate:=True ActiveWindow.SelectedSheets.PrintOut From:=5, To:=5, Copies:=1, Preview _ :=True, Collate:=True I've used PrintPreview to save on the paper. You should get PrintOut throughout and/or Preview:=False Regards Trevor "Susan" wrote in message ... Would like to create a command button, so when I click it it prints Sheet 3 Sheet 2 Sheet 1 pages 2 and 5 What would my Statement look like? If I could be really spoiled I would like it to also to open the File save dialog box, in the correct folder Thank you Susan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Print and Print Preview Graphic Moving Resizing 2007/2003 | Excel Discussion (Misc queries) | |||
How to format the extension less file to print with Dos's Print Command | Excel Discussion (Misc queries) | |||
cell borders that I create dont show on print preview or print | Excel Discussion (Misc queries) | |||
Pivot Table macro to set print area and print details of drill down data | Excel Discussion (Misc queries) | |||
Active cell counting in particular print page (one sheet having different print area) | Excel Worksheet Functions |