Open Visual Basic Editor, then click on "ThisWorkbook" in Project-
VBAProject and paste this code
Private Sub Workbook_Open()
Sheets("Sheet1").Visible = False
Sheets("Sheet2").Visible = False
End Sub
This code will hide Sheet1 and Sheet2 upon opening the workbook