Visible Property of the PivotItem Class

fpskidmark

Board Regular
Joined
Sep 11, 2009
Messages
139
Hi All,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
<o:p></o:p>
I'm getting this error msg "Unable to set the Visible Property of the PivotItem Class" on this code <o:p></o:p>
PHP:
With Sheets("TREND").PivotTables("Felix").PivotFields("MD")
For Each pvtitem In .PivotItems
pvtitem.Visible = True
'test
MsgBox (pvtitem)
Next pvtitem
End With
<o:p></o:p>

<o:p></o:p>
All the PivotItems do appear when I check it using the " MsgBox/ On Error Resume Next" function, but the pivot items are not populating on the pivot table. <o:p></o:p>
<o:p></o:p>
Any suggestions?<o:p></o:p>
<o:p></o:p>
Thank you,<o:p></o:p>
FP<o:p></o:p>
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.

Forum statistics

Threads
1,224,603
Messages
6,179,853
Members
452,948
Latest member
UsmanAli786

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top