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.
Dim strValue As String
With Me.TabCtl14 ' Replace with the name of your tab control
strValue = .page(.value).Caption
End With
Select Case strValue
Case "Tab Page Name Here"
'Enter your code here.
Case "Tab Page Name Here"
'Enter your code here.
Case Else
End Select