Thread: protect tab
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
tony h[_103_] tony h[_103_] is offline
external usenet poster
 
Posts: 1
Default protect tab


You can hide the sheet using format...sheet...hide. But if someone trie
to unhide it they can find it.

Or going to the VBA IDE you can set the visible property of the shee
to xlveryhidden.

Whether you need to be more secure depends on your app, the nature o
your users and the risks

regards

--
tony
-----------------------------------------------------------------------
tony h's Profile: http://www.excelforum.com/member.php...fo&userid=2107
View this thread: http://www.excelforum.com/showthread.php?threadid=53663