Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello everyone,
I have a worksheet which works great except i wish to distribute it and so want to protect it with a password. so far so easy but the next day when i want to amend it and redistribute it i need to unprotect it again. Dim strSharePwd as string If ActiveSheet.Protect Then 'strSharePwd = InputBox("Enter password To protect") ActiveSheet.Unprotect Password:=strSharePwd Else strSharePwd = InputBox("Enter password To protect") ActiveSheet.Protect Password:=strSharePwd End If Ive got an ActiveXcontrol on the spreadsheet which should ask for the password to be supplied either to protect or unprotect using the following code but instead it only wishes to protect. My if statement doesnt seem to funnel towards unprotecting. Can anyone help? With thanks, Amit |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unprotecting a worksheet | Excel Worksheet Functions | |||
Unprotecting a Protect Worksheet | Excel Worksheet Functions | |||
Unprotecting a Worksheet | Excel Worksheet Functions | |||
Unprotecting a Protect Worksheet | Excel Worksheet Functions | |||
unprotecting a worksheet | Excel Discussion (Misc queries) |