Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Sometimes, one pivot table uses another pivot table as a data source, so it is called a child pivot table or nested pivot table. You can find the children pivot tables of a parent pivot table using the PivotTable.GetChildren() method.
The following sample code loads the sample Excel file that contains three pivot tables. The bottom two pivot tables are the children of the above pivot table as shown in this screenshot. The code finds the children pivot table using the PivotTable.GetChildren() method and then refreshes them one by one.

Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.