Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there a way to unprotect a group rather than having to unprotect each
sheet individually? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
Public Sub UnprotectGroups() Const csPWORD As String = "drowssap" Dim ws As Worksheet For Each ws In ActiveWindow.SelectedSheets ws.Unprotect Password:=csPWORD Next ws End Sub In article , "Ed Davis" wrote: Is there a way to unprotect a group rather than having to unprotect each sheet individually? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am assuming that the "drowssap" is the password for each sheet. Am I
correct? "JE McGimpsey" wrote in message ... One way: Public Sub UnprotectGroups() Const csPWORD As String = "drowssap" Dim ws As Worksheet For Each ws In ActiveWindow.SelectedSheets ws.Unprotect Password:=csPWORD Next ws End Sub In article , "Ed Davis" wrote: Is there a way to unprotect a group rather than having to unprotect each sheet individually? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try spelling it in reverse for a hint.
I always thought JE was sending me a subliminal message to make me sleepy! Ed Davis wrote: I am assuming that the "drowssap" is the password for each sheet. Am I correct? "JE McGimpsey" wrote in message ... One way: Public Sub UnprotectGroups() Const csPWORD As String = "drowssap" Dim ws As Worksheet For Each ws In ActiveWindow.SelectedSheets ws.Unprotect Password:=csPWORD Next ws End Sub In article , "Ed Davis" wrote: Is there a way to unprotect a group rather than having to unprotect each sheet individually? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unprotect use 2 passwords possible?? | Excel Worksheet Functions | |||
Unprotect a worksheet | New Users to Excel | |||
Unprotect | Excel Discussion (Misc queries) | |||
Unprotect Workbook | Excel Discussion (Misc queries) | |||
how do i view all groups under excel in google groups | Excel Discussion (Misc queries) |