Sub macro
Range("H21:L21").Select
Selection.AutoFill Destination:=Range("H21:L22"), Type:=xlFillDefault
End Sub
I have a pivot table and another table (which is not a pivot table) in the same sheet.
The other table is the one I used to create a graph.
I need a code where, when the pivot table updated, the other table will also update or autofill just like in the code above because there's a formula.
It should be a loop or continuous.
I hope you can help me.
Thank you so much in advance.
Range("H21:L21").Select
Selection.AutoFill Destination:=Range("H21:L22"), Type:=xlFillDefault
End Sub
I have a pivot table and another table (which is not a pivot table) in the same sheet.
The other table is the one I used to create a graph.
I need a code where, when the pivot table updated, the other table will also update or autofill just like in the code above because there's a formula.
It should be a loop or continuous.
I hope you can help me.
Thank you so much in advance.