i want to update the range of my pivot table.
My code is as below
Sheets("Destination").PivotTables("PivotTable1").SourceData = Sheets("Source") & Range("A6:BD26459").Address(True, True, xlR1C1, False)
It shows an error that
Run-time Error '438': Object doesn't support this property or...