Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Can this be done? I have 5 sheets in the book but want to print only 3 of teh
worksheets. When I look at the File/print/ it only gives me the option of the whole book? Ta Mike |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
You can group the 3 sheets you want.
Select the first sheet, ctrl-click on the subsequent tabs and then print. Remember to ungroup the sheets when you're done. MikeR-Oz wrote: Can this be done? I have 5 sheets in the book but want to print only 3 of teh worksheets. When I look at the File/print/ it only gives me the option of the whole book? Ta Mike -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Something like this.
Sub printselectedshts() myarray = Array("sheet1", "data") For Each sh In myarray 'MsgBox Sheets(sh).Range("a1") MsgBox Sheets(sh).PrintOut 'Preview Next sh End Sub -- Don Guillett Microsoft MVP Excel SalesAid Software "MikeR-Oz" wrote in message ... Can this be done? I have 5 sheets in the book but want to print only 3 of teh worksheets. When I look at the File/print/ it only gives me the option of the whole book? Ta Mike |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Printing multiple worksheets in a workbook | Excel Discussion (Misc queries) | |||
Printing multiple worksheets from one workbook | Excel Worksheet Functions | |||
Selecting no color for a graphed series | Charts and Charting in Excel | |||
Selecting part of a series for a chart? | Charts and Charting in Excel | |||
Printing all worksheets in a workbook using a duplex printer | Excel Discussion (Misc queries) |