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.
#If blnDebug then
Dim objAPPl as Excel.Application ' Allows Intellisense
Dim objWrkS as EXCEL.WorkSheet
#else
Dim objAPPl as object ' Back level Excel will still work
Dim objWrkS as object
#End if