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 Command2_Click()
Text1.Text = Chr(34) & "String" & Chr(34)
'or
Text1.Text = """String"""
End Sub
Dim Q as String
Q=Chr(34)'Double Quotes
Text1.Text= Q & "String" & Q