Thread: Unprotect
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Noepie Noepie is offline
external usenet poster
 
Posts: 15
Default Unprotect

Hello,

I have a document with three sheets. One of them is hidden (standard
situation). I would like to create a button in one of the other sheets to
automatically change the property of the hidden sheet to visible when I push
the button. But the change to visible should be confirmed by a password which
is preset. If an incorrect password is entered the property of the sheet
remainds hidden. How can I achieve this?

Thanx in advance.

Noepie