sixfourtykilo
New Member
- Joined
- Jun 12, 2015
- Messages
- 13
Hi. Long time lurker, first time poster. I haven't had a need to join any of the Excel forums as Google has been my friend. There's lots of great information out there and even if I can't find my specific solution, I usually can find enough details to drive me in the right direction. However! I haven't found a specific solution to my problem, which makes me think I'm making this way harder than it needs to be. I have the following requirements:
1. User clicks a (any) value in a Compact Pivot Table
2. VBA captures that value, plus the "Parent Values"
In this example, user clicks "Go Live - Application Support". I need to capture "Oakley" and "Business Applications":
When you hover any item in the table, you get exactly what I'm trying to capture, but how do I get that data?
I'm not sure if this is just a difficulty of the table being in a Compact layout, but i'm trying to build a query based on the data that the user is selecting from the table. Cascading drop-down lists didn't seem to fit my requirements as the Pivot Table basically has the layout and filtering mechanisms that would make it more user-friendly.
1. User clicks a (any) value in a Compact Pivot Table
2. VBA captures that value, plus the "Parent Values"
In this example, user clicks "Go Live - Application Support". I need to capture "Oakley" and "Business Applications":
When you hover any item in the table, you get exactly what I'm trying to capture, but how do I get that data?
I'm not sure if this is just a difficulty of the table being in a Compact layout, but i'm trying to build a query based on the data that the user is selecting from the table. Cascading drop-down lists didn't seem to fit my requirements as the Pivot Table basically has the layout and filtering mechanisms that would make it more user-friendly.