View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dean[_8_] Dean[_8_] is offline
external usenet poster
 
Posts: 407
Default Don't unhide my worksheets

This seem great since it doesn't even allow them to see if something is
hidden. I am wondering if I should have it installed always, just to be
safe, in which case, if my macro needs to hide some sheets, it needs to turn
it off. so it can hide some sheets, then turn it back on. Or else, only put
it there after the sheets are hidden by the macro, in which case, the
protection will be installed only when the macro is invoked.

Is there a downside to workbook protection?

D

Dean
"Dave Peterson" wrote in message
...
You can protect the workbook:

Tools|Protection|Protect workbook|check the Structure option.

Give it a nice memorable password.

Be aware that this password is easily broken--so it won't stop everyone.

And this will stop the users from renaming, adding, deleting, moving
worksheets.

ps. This is a text only newsgroup. Please post in plain text--not HTML.

Dean wrote:

I wrote a macro that hides worksheets under certain conditions. Is there
a
way so that users can't simply unhide those sheets, perhaps via some sort
of
password they wouldn't know? Does the workBOOK need to be protected to
accomplish this? If so, what are the other adverse implications of
protecting
a workbook? I don't want a cure worse than the disease.

Thanks!
Dean


--

Dave Peterson