This is the code that I have in the VBAProject window on "ThisWorkbook" object.
Private Sub Workbook_Open()
Worksheets("Start").Activate
Range("A1").Select
End Sub
However, when I close the workbook and re-open it, the "Start" worksheet is not the one that appears.
Please take a look at the file
Thank you
Private Sub Workbook_Open()
Worksheets("Start").Activate
Range("A1").Select
End Sub
However, when I close the workbook and re-open it, the "Start" worksheet is not the one that appears.
Please take a look at the file
Thank you