How do I run Macro associated with Chart

hill0093

Board Regular
Joined
Dec 4, 2011
Messages
163
In the Macro associated with an XYScatter Chart, I use the following Subroutine header to
modify a data point by clicking the point.
Code:
Private Sub Chart_Select(ByVal elementTyp As Long, ByVal serID As Long, ByVal pntID As Long)
  If elementTyp = 3 and serID = 1 Then ........
I have another Subroutine that I want associated with the same XYScatter Chart to
be able to run at will. What means do I have to start it in Excel 2003?
I know nothing about this aspect of VBA for Excel.
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December

Forum statistics

Threads
1,203,600
Messages
6,056,204
Members
444,850
Latest member
dancasta7

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top