DragOver Event Example
This example displays the address of a range of cells dragged over a chart.
Private Sub Chart_DragOver() MsgBox Selection.Address End Sub