dmcgimpsey
Active Member
- Joined
- Mar 30, 2004
- Messages
- 268
hi guys ....
I know someone has done this before so here goes:
I have a pivot table, and it consists of X by Y dimensions (lets say) ...
what I want to do is that when the user drills into the data - instead of showing him the raw data in a new worksheet, I intercept this data and build my own query out of it...
here is the reason:
I have a pivot table that is made up of summary data; there is no details on the customer id ... but - if I know what the cell (raw data) that was selected, I can dynamically produce a query from the returned data and then I can derive a query that will get the customer information and then create my own results window (well, a lot more than that)
so again - here is the question:
Can I pass the raw data from the pivot table drill down data to my VBA macro ?
Thanks a lot
Don
I know someone has done this before so here goes:
I have a pivot table, and it consists of X by Y dimensions (lets say) ...
what I want to do is that when the user drills into the data - instead of showing him the raw data in a new worksheet, I intercept this data and build my own query out of it...
here is the reason:
I have a pivot table that is made up of summary data; there is no details on the customer id ... but - if I know what the cell (raw data) that was selected, I can dynamically produce a query from the returned data and then I can derive a query that will get the customer information and then create my own results window (well, a lot more than that)
so again - here is the question:
Can I pass the raw data from the pivot table drill down data to my VBA macro ?
Thanks a lot
Don