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 I as long
I = -1
On Error resume next
I = UBound(MyArray)
On Error go to 0
if I < 0 then
Redim myArray(....)
End if