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 CommandButton2_Click()
Dim txtAction As [COLOR=red yellow]Control[/color]
Set txtAction = Me.TextBox1
txtAction.SetFocus [COLOR=green]'just to test[/color]
End Sub
[blue]Dim txtFirstName as [red]MSForms.[/red]TextBox
Set txtFirstName = UserForm1.TextBox1[/blue]