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 strCompanyInfo
strCompanyInfo = " Your company here" + chr(13)
strCompanyInfo = strCompanyInfo + " address here" + chr(13)
strCompanyInfo = strCompanyInfo + " contwact info here" + chr(13)
strCompanyInfo = strCompanyInfo + "put disclaimer here" + chr(13)
msgbox(strCompanyInfo)