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.
Sub shortcut()
[COLOR=red] Set oWshShell = WScript.CreateObject("WScript.Shell")[/color]
Set oShortcut = oWshShell.CreateShortcut("C:\proto.ink")
oShortcut.targetPath = "J:\Joseph\ConvertNominalData.xls"
oShortcut.Save
End Sub