Forum Discussion
JKPieterse
Oct 25, 2022Silver Contributor
Getting the sourceString of all pivot tables in a workbook
I'm trying to run through all pivottables in an Excel workbook and list their sources, but I'm not succeeding. I'm using code like this:
async function SearchInPivots(
context, wb: Excel.Workboo...
- Oct 26, 2022The question has been answered here:
https://stackoverflow.com/questions/74178968/getting-the-sourcestring-of-all-pivot-tables-in-a-workbook/74198467#74198467
JKPieterse
Oct 26, 2022Silver Contributor
The question has been answered here:
https://stackoverflow.com/questions/74178968/getting-the-sourcestring-of-all-pivot-tables-in-a-workbook/74198467#74198467
https://stackoverflow.com/questions/74178968/getting-the-sourcestring-of-all-pivot-tables-in-a-workbook/74198467#74198467