Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copy of pivot table has munged multilevel categories

Status
Not open for further replies.

mmr3b9

Programmer
Jul 7, 2003
23
0
0
US
Hi. I'm trying to copy a pivot table into a new worksheet using chart.copy. That turns the data sources into value lists (so not linked back to the pivot table). That's what I want because I want a graph suitable for printing, without all of the pivot table buttons. The problem is that if I have multi-level categories, they get munged up in the copy, for instance, in the pivot table I'd have this:

| 1 | 2 | 1 | 2 |
| 1 | 2 |

And in the copied table, I have this:

| 1 1 | 2 | 1 2 | 2 |

Is there any way I can copy with the multi-level categories intact?

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top