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.
strYear = Year(Date)
strMonth = Month(Date)
If Len(strMonth) = 1 then
strMonth = "0" & strMonth
End if
strDay = Day(Date)
If Len(strDay) = 1 then
strDay = "0" & strDay
End if
strOutputFile = "DisabledComputers" & strYear & "-" & strMonth & "-" & strDay & ".htm"