In the workbook open event the line
worksheets("whatever").activate
will do the trick
To get the open event opn the VBE, double click ThisWorkbook from project explorer, select Workbook from the left hand dropdown in the code window and the default 'skin' (for want of a better word!) is the open event!
Use Loomah's technique but keep in mind that code will only run if Macros are enabled. If the user disables macros then they will see whichever sheet was visible when the workbook was last saved.
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.