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.
strTargetFolder = Dir(strPathStart & strFolderName, vbDirectory)
strPathComplete = strPathStart & strTargetFolder
If strPathComplete <> "" And strTargetFolder <> "" Then
Application.FollowHyperlink strPathComplete, , True
Else
MsgBox "Sorry, can't locate that folder!"
End If