#1   Report Post  
Posted to microsoft.public.excel.setup
external usenet poster
 
Posts: 5
Default Pivot Table Default

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


  #2   Report Post  
Posted to microsoft.public.excel.setup
external usenet poster
 
Posts: 2,480
Default 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.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pivot table - default font Francesco Excel Discussion (Misc queries) 1 August 13th 08 05:07 PM
Pivot Table Default Mike H. Excel Discussion (Misc queries) 1 July 26th 07 10:05 PM
Pivot table - default answer keith Excel Discussion (Misc queries) 0 March 22nd 06 11:12 AM
Pivot Table: I want default to be sum & not count Scott Excel Worksheet Functions 1 March 15th 06 02:28 AM
Pivot Table - Default Settings for Table Options Nacho Excel Discussion (Misc queries) 0 February 25th 05 06:05 PM


All times are GMT +1. The time now is 05:37 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"