Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I have the below code but when I share workbook it does't work.. any help
pls Sub UnP() Dim wks As Worksheet Dim strPassword strPassword = InputBox("Enter the password", "Password") ActiveSheet.Unprotect Password:=strPassword Range("A4:I1000").Select Selection.Locked = False ActiveSheet.Protect contents:=False ActiveSheet.Protect Password:=ActiveSheet.Range("P1").Value Application.Goto Reference:="R4C1" Selection.End(xlDown).Select On Error GoTo 0 End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unprotect a Shared Workbook - Option is Greyed Out | Excel Discussion (Misc queries) | |||
I cant unprotect my shared document?? | Excel Worksheet Functions | |||
Unprotect shared worksheet | Excel Programming | |||
Can I unprotect / protect a shared workbook? | Excel Programming |