Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I setup a pivot table programmatic.
But how can I hide the most right total row? I have found a checkbox "Totals for rows / columns" in the TableOptions Dialog. But how to set this per programm? Many thanks for any hint. Wolfgang |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jan 16, 5:34*pm, "Wolfgang Gary" wrote:
I setup a pivot table programmatic. But how can I hide the most right total row? I have found a checkbox "Totals for rows / columns" in the TableOptions Dialog. But how to set this per programm? Many thanks for any hint. Wolfgang are you talking about the "Grand totals for rows" and "Grand totals for columns" checkboxes in the pivot table options? if so, the code would be: 'change "PivotTable1" to the correct Pivot Table name(s) With ActiveSheet.PivotTables("PivotTable1") .ColumnGrand = False .RowGrand = False End With |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes - thanks for your Tipp.
I have only the German version installed so I dont know the exactly wording in the English version. Where / how to find all the "hidden" properties/methodes? Is there any good book explaining the miracle of pivoting with excel? many thanks & best regards Wolfgang |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jan 17, 1:36*am, "Wolfgang Gary" wrote:
Yes - thanks for your Tipp. I have only the German version installed so I dont know the exactly wording in the English version. Where / how to find all the "hidden" properties/methodes? Is there any good book explaining the miracle of pivoting with excel? many thanks & best regards Wolfgang I'm not sure which books would be good. but you might want to check out one of the pivot table book at www.contextures.com and also check out their pivot table tips here http://contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Tables (% to total within groups) | Excel Discussion (Misc queries) | |||
Percent of total in Pivot tables | Excel Worksheet Functions | |||
how do I get more than one sub-total in pivot tables? | Charts and Charting in Excel | |||
Pivot Tables- Total the Subtotals? | Excel Worksheet Functions | |||
Total two pivot tables into one | Excel Worksheet Functions |