L
Leo
I am trying to write some VBA code that will allow me to plot a
point/shape on a graph whereve I click my mouse. It must do this on
the first click on the active chart.
I have used a MouseDown event to get x nad y coordinates but when I
place a shape at this (x,y) coordinate it does not appear at the point
where i clicked my mouse. The offset does not seem to be a constant
value.
Can somebody please help me with this or advise me on another aproach
to reach my objective?
Thanks
point/shape on a graph whereve I click my mouse. It must do this on
the first click on the active chart.
I have used a MouseDown event to get x nad y coordinates but when I
place a shape at this (x,y) coordinate it does not appear at the point
where i clicked my mouse. The offset does not seem to be a constant
value.
Can somebody please help me with this or advise me on another aproach
to reach my objective?
Thanks