charlie1105
Board Regular
- Joined
- Oct 16, 2007
- Messages
- 182
Hi all,
just wondering if anyone knows if it's possible to get a drill down of multiple cells from a pivot table into the same sheet easily, as when I use
it only pulls out the first drill down (i.e. the equivalent of double clicking BE23)
I'm sure there's a work around I can write which performs each drill down separately then combine the sheets, but it's probably going to end up fairly longwinded!
If anyone knows of an easier way, please let me know
Cheers
Charlie
just wondering if anyone knows if it's possible to get a drill down of multiple cells from a pivot table into the same sheet easily, as when I use
Code:
Range("BE23:BE26").Select
Selection.ShowDetail = True
it only pulls out the first drill down (i.e. the equivalent of double clicking BE23)
I'm sure there's a work around I can write which performs each drill down separately then combine the sheets, but it's probably going to end up fairly longwinded!
If anyone knows of an easier way, please let me know
Cheers
Charlie