Change event does not fire on pivot table changes. I tried that. Calcualtion
fires, but that is a little too generic an event for my application. I found
an answer on the Microsoft site. You need Excel 2003 to catch events from
pivottables. As luck would have it I am being upgraded to 2003 next month, so
it will have to wait unitl then.
Oh well....
Ken Wright said:
Change event??
Private Sub Worksheet_Change(ByVal Target As Range)
MsgBox "abc"
End Sub
--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03
--------------------------------------------------------------------------
--
It's easier to beg forgiveness than ask permission
--------------------------------------------------------------------------
--