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.
varOK=False
If Len(var)=15 And IsNumeric(var) _
And Left(var,6)="234803" Then
tst=Mid(var,7,3)
If tst<>"200" And tst<>"201" _
And tst<>"202" And tst<>"209" Then
varOK=True
End If
End If