I know I have done this before but I have lost the sheet with the code in it...
I want my workbook to always open to "Start Here" sheet. I know it's simple.
You can code for this in the workbook open event. In the ThisWorkbook code module, add ..
Code:
Private Sub Workbook_Open()
Sheets("Start Here").Activate
End Sub
Enjoy,
Tony
-------------------------------------------------------------------------------------------- We want to help you; help us to do it by reading this: Before you ask a question.
Excel VBA Training and more Help at [url=http://www.vbaexpress.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.