Hi all,
I have some code below that I was given a few years ago when I was making a class booking workbook. It's for opening the file so that it always opens to Sheet1. I rarely do this stuff but and I found this in "My Threads" - I do recall I had to fine tune the code below but wouldn't have a clue what it was I had to do. The sheet I want it to open to is Sheet2 named Contents.
Private Sub Workbook_Open()
Worksheets("Sheet1").Activate
End Sub
Help appreciated.
Thank you
I have some code below that I was given a few years ago when I was making a class booking workbook. It's for opening the file so that it always opens to Sheet1. I rarely do this stuff but and I found this in "My Threads" - I do recall I had to fine tune the code below but wouldn't have a clue what it was I had to do. The sheet I want it to open to is Sheet2 named Contents.
Private Sub Workbook_Open()
Worksheets("Sheet1").Activate
End Sub
Help appreciated.
Thank you