Im trying to work on a data in a pivot table by selecting it first but except for the grand Totals. I still want the grand totals to be displayed. when I write:
ActiveSheet.PivotTables("PivotTable1").DataBodyRange.select
I get this:
(all the data including the grand totals is selected)
but I want it to be like this:
How can I ignore the grand totals when selecting the data?