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.
Private Sub Private Sub Workbook_BeforePrint(Cancel As Boolean)
Application.DisplayAlerts = False
'ThisWorkbook.Close savechanges:=False 'I get an error with this statement in Excel 97
Application.Quit 'This statement works fine
End Sub