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.
Sub customershow()
If Sheet1.Range("a1").value = "" Then
Customers.Show
Else
Customer.Show
End If
End Sub
Sub customershow()
If Sheet1.[a1].value = "" Then
Customers.Show
Else
Customer.Show
End If
End Sub