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 excelapp = createobject("excel.application")
excelapp.visible = True
'excelapp.visible = False
excelapp.Workbooks.add("O:\Pretrialforms\MonthlyReferralReport")
Set exceldta = excelapp.Workbooks("MonthlyReferralReport1").Worksheets("Database")
Set excelsht = excelapp.Workbooks("MonthlyReferralReport1").Worksheets("MonthlyReferralReport")
excelapp.DisplayAlerts = False
exceldta.cells(1,1).value = doc.GetItemValue("AssignedTo")