Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a macro that prints several pivot items (about 75 in total) but I need
them to come out in a single print out. Could anyone shed me some light? This is the code of my macro: Thanks! With ActiveSheet.PivotTables("PivotTable1") For Each pvtItems In .PivotFields("ItemList").PivotItems ItemCount = ItemCount + 1 ItemName = .PivotFields("ItemList").PivotItems(ItemCount).Nam e .PivotFields("ItemList").CurrentPage = ItemName ActiveWindow.SelectedSheets.PrintOut From:=1, To:=Range("MaxPages").Value, Copies:=Range("MaxNoCopies").Value, printtofile:=True, Collate:=True, PrToFileName:=ItemFileName Next End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Almost there. Help printing multiple sheets as one print job.. | Excel Programming | |||
Printing Multiple Sheets | Excel Programming | |||
Need Help with printing multiple sheets Please | Excel Programming | |||
printing multiple print areas with a print dialog box | Excel Programming | |||
Printing non-adjacent areas on seperate sheets in one print job | Excel Programming |