Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[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]