Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Pivot tables - how to hide the total row?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 141
Default Pivot tables - how to hide the total row?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Pivot tables - how to hide the total row?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 141
Default Pivot tables - how to hide the total row?

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
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 Tables (% to total within groups) [email protected] Excel Discussion (Misc queries) 0 November 21st 07 06:37 PM
Percent of total in Pivot tables Pallet1210A Excel Worksheet Functions 1 September 8th 05 07:12 PM
how do I get more than one sub-total in pivot tables? Bob Charts and Charting in Excel 1 August 19th 05 04:17 PM
Pivot Tables- Total the Subtotals? Irenerz Excel Worksheet Functions 1 June 14th 05 07:19 PM
Total two pivot tables into one Os Excel Worksheet Functions 4 February 1st 05 07:01 PM


All times are GMT +1. The time now is 04:14 PM.

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

About Us

"It's about Microsoft Excel"