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.
If DataGrid1.Focus Then
MsgBox("datagrid1 !!")
ElseIf DataGrid2.Focus Then
MsgBox("datagrid2 !!")
Else
MsgBox("No datagrid focused !!")
End If