Villalobos
Active Member
Hello,
I would like to ask that how is it possible to check that the data source of pivot table really changed or not before this command running:
My target is that to receive a message before the .PivotTable.RefreshTable if the data source has not been changed since the last fresh.
Any recommendation?
Thanks in advance!
I would like to ask that how is it possible to check that the data source of pivot table really changed or not before this command running:
Code:
Sheets("Sheet1").Range("B6").PivotTable.RefreshTable
My target is that to receive a message before the .PivotTable.RefreshTable if the data source has not been changed since the last fresh.
Any recommendation?
Thanks in advance!