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.
dim boolArmed As Boolean
boolArmed = Not IsNull(txtProtect)
If boolArmed Then
boolArmed = False
RunCommand acCmdUndo
Beep
MsgBox "Warning: You are about to change existing data!", vbExclamation
End If