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.
msoControlButton=1
msoButtonCaption=2
SaveAsID=748
PositionBefore=1
Set ws=CreateObject("Word.Application")
ws.Visible=True
ws.Documents.Open "C:\Docs\Tek-Tips.doc"
ws.CustomizationContext = ws.ActiveDocument.AttachedTemplate
ws.CommandBars("Standard").Controls.Add msoControlButton, SaveAsID, PositionBefore
Set ctl = ws.CommandBars.FindControl (msoControlButton, SaveAsID)
ctl.Style = msoButtonCaption