ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Setting up and Configuration of Excel (https://www.excelbanter.com/setting-up-configuration-excel/)
-   -   Pivot Table Default (https://www.excelbanter.com/setting-up-configuration-excel/202494-pivot-table-default.html)

JDebo

Pivot Table Default
 
Is there any way to change the Default Pivot Table Options?
The Classic Pivot table is much easier to interpret.



Roger Govier[_3_]

Pivot Table Default
 
Hi

As far as I am aware, there is no setting where you can make this the
default.
The following code will change the layout. You could assign a shortcut key
to it, and use that to make the change after the PT was created.

Sub ClassicPT()
With ActiveSheet.PivotTables(1)
.InGridDropZones = True
.RowAxisLayout xlTabularRow
End With
End Sub


--
Regards
Roger Govier

"JDebo" wrote in message
...
Is there any way to change the Default Pivot Table Options?
The Classic Pivot table is much easier to interpret.




All times are GMT +1. The time now is 05:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com