View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gert-Jan[_2_] Gert-Jan[_2_] is offline
external usenet poster
 
Posts: 29
Default How Do I Password Hide a Sheet

You must open the VBA editor and set the sheet to xlveryhidden. Then protect
the VBAProject(Yourmap) with a password.

"Perico" schreef in bericht
...
I don't find a feature to hide a sheet so that only a password can unhide
it.
Is there a way?