The standard way to approach this is as follows.
- create a worksheet with a message on explaining that for this workbook to
run it needs macros enabled, maybe even a few screenshots
- hide all other worksheets]
- add some code in the Workbook_Open event that un hides the other sheets,
but hides that sheet.
What happens is that if they do not enable macros, they will only see the
warning sheet, telling them how to do it. If the enable macros, it will
startup as the workbook it should be
--
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
"Phendrena" wrote in message
...
Hi,
I'm a complete novice with VB, however is it possible to use VB to unhide
a
worksheet or worksheets if the script is run when the workbook is opened?
Thus if the script/macro isn't run then nothing is visable.
Thanks,