[COLOR=blue]Private Sub MSFlexGrid1_Click()
Debug.Print MSFlexGrid1.Col, MSFlexGrid1.Row
Debug.Print MSFlexGrid1.MouseCol, MSFlexGrid1.MouseRow [COLOR=green]' different results from .Col and .Row IF you have a fixed header or fixed row[/color]
End Sub[/color]