J
JayWes
The OnClick event only applies to making a selection on a userform "I
believe." I need the code to stop and allow me to select a data point from a
chart series such that the x and y values are assigned to variables which are
then used in for calculations throughout the remainder of the code... It's
Excel VBA doesn't allow for this in some fashion...
If I'm wrong about my previous statement regarding the OnClick event, please
elaborate.
Thanks,
Jason
Why should I rate a post?
believe." I need the code to stop and allow me to select a data point from a
chart series such that the x and y values are assigned to variables which are
then used in for calculations throughout the remainder of the code... It's
Excel VBA doesn't allow for this in some fashion...
If I'm wrong about my previous statement regarding the OnClick event, please
elaborate.
Thanks,
Jason
Was this post helpful to you?Jim Thomlinson said:Once your code brings up the chart the code should end execution. You can
attach a on click event to your chart to initialize the next bit of code. In
short macro's really dont pause to wait for the user to do something. You
need to execute your code based on events generated by the user.
Why should I rate a post?