I've been trying to do this all day, and have now got a working solution that doesn't rely on screentips. The following code goes in the form/subform that contains the pivotchart. If you're using a subform, ensure that you set the default view to pivotchart.
Private Sub Form_Click()
Dim...