ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Pivot Tables (https://www.excelbanter.com/excel-programming/333946-pivot-tables.html)

Bob_Questions[_2_]

Pivot Tables
 
Hi,

I have recorded the macro below that creates a Pivot Table. What I would
like to do is add additional sheets to the Array below by using a macro. It
would be great if I could type in an additional sheet names by using an Input
Box. Since this is for payroll, I will probably have over 52 sheets by the
end of the year.

Range("A13").Select
ActiveSheet.PivotTableWizard SourceType:=xlConsolidation,
SourceData:=Array _
("'01062005'!R11C2:R500C21", "'01132005'!R11C2:R500C21", _
"'03032005'!R11C2:R500C21", "'05052005'!R11C2:R500C21")
ActiveSheet.PivotTables("PivotTable5").SmallGrid = False
ActiveSheet.PivotTables("PivotTable5").AddFields RowFields:="Row", _
ColumnFields:="Column"
Application.CommandBars("PivotTable").Visible = False
Range("A1").Select


All times are GMT +1. The time now is 04:30 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com