Thanks Marc,

That did it.

Cor

Marc Santhoff wrote:

  ' Gives "Cannot coerce argument type during corereflection call"


From my experience this error message generally wants to tell you that
typecasting is impossible in this situation.

Since you added a "ChartDataChangeEventListener" I think removing must
be done with exactly the same type:

        oCell.removeChartDataChangeEventListener(oListner0)

should do.


  ' do the same for other listners
End Sub


HTH,
Marc


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






--

Cor Nouws
Arnhem - Netherlands
www.nouenoff.nl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to