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.
Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
If (KeyCode = 33 Or KeyCode = 34) And Shift = 0 Then KeyCode = 0
End Sub