insanity82007
Board Regular
- Joined
- Oct 10, 2007
- Messages
- 130
I'm wondering how to set an Excel Worksheet to open on a default sheet without using VBA.
The reason why I don't want to use VBA to set a default worksheet through the workbook open event is because the worksheet I want to open with will display that macros are disabled for the user and will have a guide to enable them. If macros are disabled then obviously the workbook open event won't have worked and this default sheet will be displayed. If macros are enabled then the workbook open code will run and the code will display a different worksheet and hide the default sheet.
How do I set a default sheet/workbook structure so that every time a user opens the workbook it will be displayed this way, regardless of whether or not the user saved the workbook with a different sheet dislpayed previously?
The reason why I don't want to use VBA to set a default worksheet through the workbook open event is because the worksheet I want to open with will display that macros are disabled for the user and will have a guide to enable them. If macros are disabled then obviously the workbook open event won't have worked and this default sheet will be displayed. If macros are enabled then the workbook open code will run and the code will display a different worksheet and hide the default sheet.
How do I set a default sheet/workbook structure so that every time a user opens the workbook it will be displayed this way, regardless of whether or not the user saved the workbook with a different sheet dislpayed previously?