ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How to assign a macro to a pivot in Excel 2000 (https://www.excelbanter.com/excel-programming/425618-how-assign-macro-pivot-excel-2000-a.html)

DG

How to assign a macro to a pivot in Excel 2000
 
Hi everyone.
The problem concerns Excel 2000. There is a pivot and a macro in the
worksheet. This macro should run automatically each time a new pivot
table report is displayed or pivot data are refreshed. I couldn't assign
a macro to pivot dropdown menu. Private Sub Worksheet_PivotTableUpdate()
event is neither accessible (Excel 2000). I tried searching Google for
any hint of a problem but couldn't find any. Could you please give me
some clues? Regards,
DG

Jim Thomlinson

How to assign a macro to a pivot in Excel 2000
 
The pivot table engine was changed in XL2002. Code is not backwards
compatible between 2000 and XP. In 2000 and prior you only have the
calculation event to rely on. It is kind of hokey but you can make it work...
--
HTH...

Jim Thomlinson


"DG" wrote:

Hi everyone.
The problem concerns Excel 2000. There is a pivot and a macro in the
worksheet. This macro should run automatically each time a new pivot
table report is displayed or pivot data are refreshed. I couldn't assign
a macro to pivot dropdown menu. Private Sub Worksheet_PivotTableUpdate()
event is neither accessible (Excel 2000). I tried searching Google for
any hint of a problem but couldn't find any. Could you please give me
some clues? Regards,
DG



All times are GMT +1. The time now is 01:20 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com