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 CommandButton1_Click()
If OptionButton1 Then
OptionButton2.Value = OptionButton1.Value
Else
OptionButton1.Value = OptionButton2.Value
End If
End Sub
Private Sub Workbook_Open()
InitObjects
End Sub
Sub InitObjects()
Worksheets("Sheet1").Range("H2") = True
End Sub
Private Sub Workbook_Open()
Worksheets("Sheet1").Range("H2") = True
End Sub