Way for Excel VBA to use shadowed chart event handler
Posted
by Apprentice Queue
on Stack Overflow
See other posts from Stack Overflow
or by Apprentice Queue
Published on 2010-04-05T19:41:45Z
Indexed on
2010/04/05
19:43 UTC
Read the original article
Hit count: 240
I have a embedded chart and I want to modify the behavior on the mouseDown event but only when it occurs on a dataSeries (xlSeries). But for all other elements (axis, plot area, gridline, etc), I want it to fall back on the default mouseDown behavior. Is this possible?
Thanks.
© Stack Overflow or respective owner