VB code for hiding/ unhiding sheets
Hello,
I am working on VB code in Excel 2003 for getting below result -
(1) After opening the file, it will always go to "First worksheet". This will have a message informing user that macros must be enabled to use this workbook. This sheet will be the only one that is visible if the user doesn't enable macros.
(2) When the user enables macros, the balance sheets automatically shows (gets unhide) and user can use all sheets.
The workbook shall be unusable unless it is opened with macros enabled.
I have tried to write the code many times with my little knowledge on VB but getting errors.
Can you help please?
Thanks in advance