![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Location: Las Vegas Nevada USA
Posts: 240
|
Greetings from fabulous Las Vegas Nevada
My project: A pivot table based on 6 columns of data (Month, name, region, credit card, amount, description). I have a procedure that creates it on button click and works fine. Problem: When new data is added to the bottom, the procedure must be ran again so the new data is included in the pivot table. All the resulting sheet numbers are getting large. Any way to prevent this?? I have reviewed Dave’s OZGRID site regarding dynamic named ranges but have not been able to implement the concept. Will this be able to solve the problem if indeed it is a problem? Is there a limit on how high a sheet number can go? Good on ya all |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Portland, OR USA
Posts: 1,374
|
Quote:
Hope this helps, Russell |
|
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
A dynamic range wouldn't be necessary if you just re-defined a named range (e.g., Database) to include newly added records, and then use that named range as the source of your PivotTable instead of using a cell range. The limit on the number of worksheets in a workbook is dependant upon available memory. [ This Message was edited by: Mark W. on 2002-03-28 10:57 ] |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|