Refresh Pivot Table Automatically

A

anandmr65

Hi,

I have some 8 pivot table that looks at one data table. This data tabl
needs to be updated manually very frequently. Now every time this dat
table changes, all the pivot table need to be refreshed automatically
If I use the refresh on open option, then the workbook need to b
closed & opened.

Is there a way where the pivot table gets refreshed as and when th
data changes in data table.

Please let me know.

Thanks & Regards
Anan
 
M

Mallycat

You could set the on_change event for the worksheet with the data tabl
on it to refresh the pivot tables. If you make pivot tables 2-8 linke
to the original pivot table, then you only have to refresh one for the
all to work

Mat
 
Top