Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Running a macro and updating maybe 30 pivot tables, I get an error message
and the debugger indicates the Pivot Table number but I do not know how to identify which is the Pivot Table where the macro is stumbling on. Any ideeas? Thank you for your help |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Activesheet.PivotTables(i).Name
where i is the number you speak of and is an index into the pivottables collect for that sheet. Just a guess of course since you description of very vague as to what the number you have actually is. -- Regards, Tom Ogilvy "Gaby" wrote: Running a macro and updating maybe 30 pivot tables, I get an error message and the debugger indicates the Pivot Table number but I do not know how to identify which is the Pivot Table where the macro is stumbling on. Any ideeas? Thank you for your help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
PivotTables | Excel Discussion (Misc queries) | |||
PivotTables | Excel Discussion (Misc queries) | |||
Sorting in pivottables | Excel Worksheet Functions | |||
New to Pivottables- need help | Charts and Charting in Excel | |||
PivotTables/VBA | Excel Programming |