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

Send feedback to MSDN.Look here for MSDN Online resources.