Halt recalculation

O

ojv

In looping through a large pivot table and setting the visible property for
given items causes the pivot table report to recalculate each time something
is done, consuming time. How can I turn this off while looping and then make
it recalculate when finished?

I've tried setting
Application.Calculation=xlManual and
PivotTables(i).ManualUpdate=True

before starting the loop without success. any help appreciated.

ojv
 

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

Top