Toggle for ShowDetail in PivotTable

josephteh

New Member
Joined
Jan 5, 2013
Messages
13
I have created a simple macro to toggle show/hide detail, but it does not work:

ActiveSheet.PivotTables("Table1").PivotFields("Items").ShowDetail = Not ActiveSheet.PivotTables("Table1").PivotFields("Items").ShowDetail

Please help! Thanks in advance!
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
I have created a simple macro to toggle show/hide detail, but it does not work:

ActiveSheet.PivotTables("Table1").PivotFields("Items").ShowDetail = Not ActiveSheet.PivotTables("Table1").PivotFields("Items").ShowDetail

Please help! Thanks in advance!

I am trying to follow the format for toggling fullscreen display as follows:

Application.DisplayFullScreen = Not Application.DisplayFullscreen

Thank you!
 
Upvote 0

Forum statistics

Threads
1,223,276
Messages
6,171,139
Members
452,381
Latest member
Nova88

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