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.
Function TestForMSOWebComponentsFunctionLibrary() As Boolean
Dim strReturn As String
strReturn = Dir("C:\Program Files\Microsoft Office\Office\MSOWCF.DLL")
If strReturn <> "" Then
TestForWebComponents = True
End If
End Function