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 lngW As Long
lngW = RGB(1, 0, 0)
Debug.Print lngW
lngW = RGB(0, 1, 0)
Debug.Print lngW
lngW = RGB(0, 0, 1)
Debug.Print lngW