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 lngASCA as long
Dim strUCase as string
Dim strLCase as string
Fim I as long
lngASCA = ASC("A") ' Numeric value of "A"
For I = 0 to 25
strUCase = Chr(lngASCA + I)
strLCase = LCase(strUCase)
Next