Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could use a macro:
Public Sub ProtectAll() Const PWORD As String = "drowssap" Dim wsSheet As Worksheet For Each wsSheet In ActiveWorkbook.Worksheets wsSheet.Protect PWORD Next wsSheet End Sub In article , "calmo" wrote: Is it possible to password protect several worksheets in one step, or do I need to them all individually? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
Excel Password | Excel Discussion (Misc queries) | |||
How to define separate Password Protection, to say 3 persons, for. | Excel Worksheet Functions | |||
How to define separate Password Protection, to say 3 persons, for. | Excel Worksheet Functions | |||
protection on excel forms | Excel Worksheet Functions |