automated pivot table

cahickm2

Board Regular
Joined
May 14, 2007
Messages
101
I need help with automatically creating a pivot table when information is placed onto a work sheet. example: I place information on sheet 1. and a pivot table is automacticall created on sheet 2 with the columns desired.
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Start by using the macro recorder to record the code, then edit if needed. You could try recording the code to select the data area first by using Ctrl + Shift + Spacebar to select the current region (in code: Selection.CurrentRegion.Select). Then record Data | Pivot table and pivot Chart ... etc.

To be honest, it only takes three clicks to create a pivot table (Data | Pivot Table and Pivot Chart | Finish). Do you really need a macro? Anyway, my experience with pivot table macro's is that they aren't worth all the work as the code is rather long to do something that is very easy in native Excel.

This will give you the flavor:
http://www.brainbell.com/tutorials/Excel_VBA/Create_Reports_For_Each_Region_Or_Model.html

and these books cover pivot tables:
http://www.amazon.com/Crunching-Microsoft-Office-Business-Solutions/dp/0789736012

http://www.amazon.com/Macros-Micros...6969613?ie=UTF8&s=books&qid=1185406958&sr=1-3

Regards.
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,241
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top