Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Funky,
Try something like this: Sheets(Array("Sheet1", "Sheet2", "Sheet3", "Sheet4", _ "Sheet5")).Select ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True Rgrds Giles "funkymonkUK" wrote: Hi I have a workbook say with worksheets names from Sheet1 to sheet6. not those exact names but just as an example. what I want to do is select sheet1 to sheet5 and print. i thought maybe something along the lines of Sheet(1 - (sheets.count -1)).select selection.print but it doesn't seem to work. -- funkymonkUK ------------------------------------------------------------------------ funkymonkUK's Profile: http://www.excelforum.com/member.php...o&userid=18135 View this thread: http://www.excelforum.com/showthread...hreadid=549426 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Printing Selected worksheets but exclude the sheet "Sheets" | Excel Discussion (Misc queries) | |||
Printing selected sheets. | Excel Worksheet Functions | |||
How to repeat a code for selected sheets (or a contiguous range of sheets) in a Workbook? | Excel Worksheet Functions | |||
Having trouble printing selected sheets in Excel | Excel Discussion (Misc queries) | |||
printing selected sheets | Excel Programming |