VBA: Method 'SetSourceData' of object '_Chart' failed For Multiple Pivot Charts

后端 未结 2 664
栀梦
栀梦 2021-01-24 18:12

This is part 2 of the previous question:

VBA: Runtime Error - SetSourceData for Second Pivot Chart

After following the (good) advice offered in that thread, I am

2条回答
  •  执笔经年
    2021-01-24 18:24

    I had similar problem. I solved it by setting to nothing variables holding pivotcache and previously used pivottables (before adding second chart).

提交回复
热议问题