Problem: I have a customer complainingthat every time they manipulate a pivot table in the workbook, that the workbookstarts calculating, which takes a long time and freezes the users Excel untilcalculations are finished.
My Thinking on a Solution: My thinkingis to use a workbook level event like SheetPivotTableChangeSync to control howextensive the calculations are and reduce calculation time and reduce the enduser's computer resource consumption.
Request: Can anyone offer up any goodadvice with example code?
My Thinking on a Solution: My thinkingis to use a workbook level event like SheetPivotTableChangeSync to control howextensive the calculations are and reduce calculation time and reduce the enduser's computer resource consumption.
Request: Can anyone offer up any goodadvice with example code?