Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe you can use a macro:
Option Explicit Sub testme() Dim myPwd As String Dim wks As Worksheet myPwd = "hithere" For Each wks In ActiveWorkbook.Worksheets wks.Protect Password:=myPwd Next wks End Sub albertmb wrote: Hi Everyone, I have a 250 sheet project. To protect formulas I have to protect the sheet, is there a possibility of protecting all sheets in one go, rather than protecting sheets one at a time? Thank for anyone who can help me -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Protecting Sheets | Excel Worksheet Functions | |||
Password Protecting Sheets in Excel So Others Can't See Certain Sh | Excel Worksheet Functions | |||
Protecting individual sheets | Excel Discussion (Misc queries) | |||
Protecting Multiple Sheets | Excel Discussion (Misc queries) | |||
Protecting multiple sheets | Excel Discussion (Misc queries) |