Hello N2lectual,

You can add these lines of code to the Workbook_Open Event procedure.

Procedure Code
Private Workbook_Open()

  Worksheets("INDEX").Activate
  ActiveSheet.Range("A1").Select 

End Sub
Sincerely,
Leith Ross