Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey, sorry I didn't think to look back here until this
afternoon... hope you're still looking. You wrote: I'm no where near a VBA guru so could you explain how I achieve point 1. Try this... assuming that the sheet where your pivot table is located is called pvTable, add a code line: Sheets("pvTable").cells.delete That will eliminate the original pivot table, but not delete the sheet itself. Then, in your existing code, where it said: TableDestination:="" change that line to: TableDestination:= Sheets("pvTable").Range("a3") After those two changes, your code should be able to run repeatedly and only end up with one pivot table. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Building pivot tables in Excel 2007 based on existing pivot tables? | Excel Discussion (Misc queries) | |||
Pivot Table Data Adding contents of two pivot tables and param que | Excel Discussion (Misc queries) | |||
Average Calculations from Pivot Tables - Get Pivot Data? Calc Fiel | Excel Worksheet Functions | |||
How does the term 'pivot' apply to Excel's Pivot tables and Pivot. | Excel Discussion (Misc queries) | |||
Pivot tables-controlling user interaction with pivot tables | Excel Programming |