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.
Set MyXL = GetObject("HYTEKFINISHES.xls")
MyXL.Application.Visible = True
MyXL.Parent.Windows(1).Visible = True
'Save and close the file[b]
with MyXL
.Save
.Close
end with[/b]