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 s As String, str As String, i As Integer
s = "0047025756EF34BB4BC780965A31E9EBDBA5"
For i = 1 To Len(s) Step 2
str = str & Chr("&h" & Mid(s, i, 2))
Next