DesperateDeveloper
New Member
- Joined
- Apr 29, 2014
- Messages
- 1
i want to update the range of my pivot table.
My code is as below
It shows an error that
Run-time Error '438': Object doesn't support this property or method.
Thanks a lot in advance
My code is as below
Code:
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 method.
Thanks a lot in advance