Is it possible to get the Cell Address (or Cell Range) of a value in a pivot table via VB?
Example:
Row Labels Count Threshold-%
REG1 224 0.00%
FALSE 11
TRUE 213
REG2 213 0.00%
FALSE 13
TRUE 200
REG3 318 0.00%
FALSE 3
TRUE 315
REG4 467 0.00%
FALSE 7
TRUE 460
Grand Total 1222 0.00%
How could I get the cell address of REG1 -> FALSE -> 11?
I know when I click on it, it gives me "B3" but I want to find it via VB.