A user selectes the following cells in the following order:

DGV.Rows(5).Cells(4) to DGV.Rows(5).Cells(2)

through to

DGV.Rows(2).Cells(4) to DGV.Rows(2).Cells(2)

What I need to record is the ColumnIndexes of the first selected row.

Any help would be appreciated.

Computerman