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 MyAppID as Variant
Dim vFormName as string
vFormName = "[i]wordtemplatename.dot[/i]"
MyAppID = Shell("c:\program files\microsoft office\office\winword.exe /t" & vFormName, vbMaximizedFocus) ' Open MSWord
AppActivate MyAppID ' Activate Microsoft Word.