G
Guest
How can I format cells individually in a pivot table. Depending of the value,
I need to set color for detail or subtotals in a pivot table with two fields
in rows. I used:
Me.PivotTable.ActiveData.Cells(RM,CM).DetailCells(0,0)
but it refers just to the first cell.
Any guides? Thanks.
I need to set color for detail or subtotals in a pivot table with two fields
in rows. I used:
Me.PivotTable.ActiveData.Cells(RM,CM).DetailCells(0,0)
but it refers just to the first cell.
Any guides? Thanks.