Hello Excel Gurus,
I need help to come up with a VBA code to automatically refresh the Pivot table every time there is a change in the source sheet. Also, if a new item is added, it must be included in the Pivot table. Refreshes maybe by row or block whichever is efficient. Code maybe triggered by selecting any sheet. I have 10,000 rows and it will grow in time.
Sheet 1 (Trans sheet) locked sheet
This is the source sheet that all transaction is being keyed.
Column P= Item No.
Q = REC
R = ISS
S = ADJ
Sheet 2 (Masterfile sheet) Pivot table, locked sheet
Column A= Item No.
B = sum of REC
C = sum of ISS
D = sum of ADJ
Thank you in advance.
Bookmarks