How do I add multiple variables to a pivot table simulaneously

S

Sreejith

I want to add some columns to the pivot table. i do this by dragging the
items to the data area. How can I add many items at the same time instead of
dragging them one by one.
 
B

Bernie Deitrick

Dragging one by one is how it is done, or write a macro that does it for you.

HTH,
Bernie
MS Excel MVP
 
B

Bernie Deitrick

If you need to do it a lot, either set up a template, with the pivot table defined, and then copy
the new data over your old data table, or record a macro.

HTH,
Bernie
MS Excel MVP
 
S

shadestreet

I have the same issue, and I have a Macro that works... sometimes.

Problem is that I haven't found a good way to "reset" the pivot tabl
or chart in the macro. I have 3 different Macros to run in a singl
Pivot Chart, each gives me a different graph. But one of them doesn'
use a "Page Field", so the Macros seem to get messed up if I run the
back to back (keep in mind I know 0 VBA, I only record macros). I
there an easy way to completely clear out a Pivot chart or table withi
the Macro as the first step before it starts adding stuff
 
Top