Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Polly
Sub test() With ActiveSheet.PivotTables("PivotTable1") Dim i As Integer For i = 1 To .PageFields.Count MsgBox .PageFields(i) Next i End With End Sub -- XL2002 Regards William "Polly" wrote in message ... | Does anybody know how to get the item name in the | pagefields? It seems that the following expression | doesn't work. | | .PivotFields("[PageField Name]").PivotItems(i).Name | where i=1,2,3,... | | Can someone give me some suggestions? | | Thanks! | | Best Wishes, | Polly |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Modify a calculated field formula depending upon selection of pagefield | Excel Discussion (Misc queries) | |||
Pivot Table PageField | Excel Programming | |||
Finding the name of the pagefield clicked | Excel Programming | |||
How to find the current pagefield of a pivot table? | Excel Programming | |||
Members in a PageField | Excel Programming |