Code: Select all
Private Sub MSFlexGrid1_DblClick()
With Me.MSFlexGrid1
RW = .Row
Stop
End With
End Sub
note:
i have in msflexgrid1 only 2 column
Code: Select all
Private Sub MSFlexGrid1_DblClick()
With Me.MSFlexGrid1
RW = .Row
Stop
End With
End Sub