Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all
I know how to loop through the PivotItems of a PageField on a PivotTable. I want to extract data into multiple tables, one for each pivot item. The following line does this well: For Each pi In pt.PageFields("Staff Name").PivotItems I am building multiple tables, one for each staff name. But I also want to include a table for "(All)". Is there an easy way to include this, preferably within a loop, so that I don't have to repeat the code to build one table? Thanks in advance Paul Martin Melbourne, Australia |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Including another "total" row in a pivot table | Excel Discussion (Misc queries) | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
How can I convert a character string that contains letters & numbers "£2,456.99 (including flights)" into a numeric? | Excel Worksheet Functions | |||
Adding 2 Values When 3 Conditions are Met, Including an "OR" | Excel Worksheet Functions |