Pivottables Subtotals OWC10

J

Jen

Is there any way programmatically to turn off the subtotal from showing up in
OWC 10 pivottables? I found the Subtotals() function but don't know how to
use it or if it is even what i am looking for.
 
A

Alvin Bruney [MVP]

set the subtotals property of the pivot table list object to false. That
should disable subtotals display
 
Top