Hello, so I am using an event macro to pull (x,y) points off of charts in their own sheet which looks like the following:
Option Explicit
Private Sub Chart_MouseUp(ByVal Button As Long, ByVal Shift As Long, _
ByVal x As Long, ByVal y As Long)
Dim ElementID As Long, Arg1 As Long...