identifying PivotTables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top