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.
I wrote a method in the word with a parameter that i need.
Dim objWordApp As Word.Application
Dim objWordDoc As Word.Document
' Create a new instance of Word
Set objWordApp = New Word.Application()
' Create a new word document
Set objWordDoc = objWordApp.Documents.Add()