Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I get this error when I try to use VBA to modify the selections on a pivot
table chart. Any idea why? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Post your code...
-- HTH... Jim Thomlinson "Mike H." wrote: I get this error when I try to use VBA to modify the selections on a pivot table chart. Any idea why? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
With ActiveSheet.PivotTables("PivotTable1").PivotFields ("Cost ctr")
.PivotItems("12335").Visible = False End with "Jim Thomlinson" wrote: Post your code... -- HTH... Jim Thomlinson "Mike H." wrote: I get this error when I try to use VBA to modify the selections on a pivot table chart. Any idea why? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unable to set the visible property of the PivotItem class | Excel Programming | |||
ShowDetail on PivotField rather than PivotItem?? | Excel Programming | |||
Error:Unable to set the visible property of the PivotItem class. | Excel Programming | |||
Unable to set NumberFormat property of the PivotField class | Excel Programming | |||
Unable to set NumberFormat property of the PivotField class | Excel Programming |