cogswel__cogs
Board Regular
- Joined
- Jan 3, 2018
- Messages
- 180
Hi,
I have a linked pivot table (Not mine) that I have manipulated to a more useful report. Original had drilldown ability, so I have another copy of original pivot to retrieve drilldown of data of new report.
It works well except the pivot table designer has limited what is returned drilldown so I have some look ups I want to attach to the drilldown.
Only when I run the macro it does not wait for the data to come across so when I try to see the range of the data in the drilldown it does not see the results yet.
Should I just write a loop to look into row 5(the first row of data) and then continue the rest of the macro after. Will this work? IS there a better way.
As always any help is greatly aprreciated.
I have a linked pivot table (Not mine) that I have manipulated to a more useful report. Original had drilldown ability, so I have another copy of original pivot to retrieve drilldown of data of new report.
It works well except the pivot table designer has limited what is returned drilldown so I have some look ups I want to attach to the drilldown.
Only when I run the macro it does not wait for the data to come across so when I try to see the range of the data in the drilldown it does not see the results yet.
Should I just write a loop to look into row 5(the first row of data) and then continue the rest of the macro after. Will this work? IS there a better way.
As always any help is greatly aprreciated.