Sign up for our Excel webinar, times added weekly: https://www.excelcampus.com/blueprint-registration/
In this video I explain how to refresh pivot tables automatically when the source data changes. This solution uses a simple VBA macro and the Worksheet Change event.
The Worksheet Change event macro runs every time a change is made to a worksheet. We can use this macro on the sheet that contains the source data to make sure our pivot tables are refreshed whenever the source data is modified or updated.
Download the Excel workbook that contains the code: https://www.excelcampus.com/vba/refresh-pivot-tables-automatically/
I also share an alternative to the macro. We can enable the Pivot Table option: "Refresh data when opening the file"
That option will only refresh the pivot tables when the file is opened by the user. It will NOT refresh the pivot tables when changes are made to the source data. For that to happen we need to use the macro solution.
Related videos & articles:
VBA Code Modules & How to Run Event Macros Based on User Actions: https://youtu.be/VJWBOuNXHB4
3-part Video Series on Getting Started with Macros & VBA: http://www.excelcampus.com/vba-training-my-first-macro/
3-part Video Series on Pivot Tables & Dashboards: https://youtu.be/9NUjHBNWe9M
Refresh Power Query Queries Before Pivot Tables (disable background refresh): https://www.excelcampus.com/library/enable-background-refresh-on-all-power-query-connections/
00:00 Introduction
00:55 Adding the Macro
05:00 Other Options