Syntax

expression.DragOver

expression A variable that represents a Chart object.

Return Value
Nothing

Example

This example displays the address of a range of cells dragged over a chart.

Visual Basic for Applications
Private Sub Chart_DragOver() MsgBox Selection.Address End Sub