lcluff2000
New Member
- Joined
- Feb 10, 2012
- Messages
- 10
On a pivotchart mouse event, I use the underlying pivottable showdetail to bring up the filtered source data (I have the row=arg1 and column=arg2 of the pivot table data from the mouse event):
ActiveChart.PivotLayout.PivotTable.DataBodyRange. _
Cells(Arg2, Arg1).ShowDetail = True
This command opens a new sheet with the filtered source data.
Rather than have a new sheet open, I would like to AutoFilter the pivottable source data that already exists on it's own sheet.
Any ideas of how I could do this based on knowing the row/col of the pivottable??
</pre>
ActiveChart.PivotLayout.PivotTable.DataBodyRange. _
Cells(Arg2, Arg1).ShowDetail = True
This command opens a new sheet with the filtered source data.
Rather than have a new sheet open, I would like to AutoFilter the pivottable source data that already exists on it's own sheet.
Any ideas of how I could do this based on knowing the row/col of the pivottable??
</pre>