G
Guest
Hi,
I have to read data from pivot table for which the source data sheet is not
known. I read the pivot cache and fetch the count and then click on the cell
to get the complete data. The data is fetched in a new sheet and
programmatically i need to know which sheet it is ( for further processing).
Code:
Sheet2.Range("B2").ShowDetail = True
Above line of code does the cell (B2) click and fetch the data into a new
sheet. I need to know in which sheet it displays the data.
(I need to perform this in my vbscript code.)
Thanks and Regards
Rishabh
I have to read data from pivot table for which the source data sheet is not
known. I read the pivot cache and fetch the count and then click on the cell
to get the complete data. The data is fetched in a new sheet and
programmatically i need to know which sheet it is ( for further processing).
Code:
Sheet2.Range("B2").ShowDetail = True
Above line of code does the cell (B2) click and fetch the data into a new
sheet. I need to know in which sheet it displays the data.
(I need to perform this in my vbscript code.)
Thanks and Regards
Rishabh