Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can reference all the properties and attributes of a pivottable on
another sheet without making that sheet active or selecting the pivot table. Instead of worksheets("Sheet1").Activate Range("A1:Z26").Select you would use Worksheets("Sheet1").Range("A1:Z26") or for a pivottable worksheets("Sheet1").pivotTables("PivotTable1"). and so forth. See examples at Debra Dalgleish's site http://www.contextures.com/tiptech.html See P for Pivot Tables -- Regards, Tom Ogilvy "rivers" wrote: Hi Is it possible to auto program a pivot to select certain months within a list selected on a user form so that the Pivot can be updated to these months eg i select 3 or 4 months on my worksheet from a multiselect list which updates a pivot on another worksheet without the need to manually select the sheet and then selecting the pivot table. any help would be greatfully appreciated thanks Rivers |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivots - Auto calc % Sub total is of grand total | Excel Discussion (Misc queries) | |||
help - How do you program many pivots to sink to same page field | Excel Programming | |||
I would like to build macro's to do pivots or part of pivots | Excel Programming | |||
Can I program a userform via spreadsheet? | Excel Programming | |||
Pivots using other pivots and dynamic query problem | Excel Programming |