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 CmdExit_Click()
[b]Me.Hide[/b]
TxtCC.Value = "Null"
Debug.Print TxtCC.Value
End Sub
Sub suspense()
CCForm.Show
Debug.Print "return" & TxtCC.Value
[b]Unload CCForm[/b]
End Sub
Sub suspense()
CCForm.Show
Debug.Print "return" & [b]CCForm.[/b]TxtCC.Value
Unload CCForm
End Sub