Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just run
ActiveWorkbook.Protect Contents:= true or ActiveWorkbook.Protect Contents:= true password:= "passkey" then you know it is. and ActiveWorkbook.Unprotect or ActiveWorkbook.Unprotect Password:= "passkey" when you need to unprotect it. Do you really need to query the status? You could try to change the value of a cell you know should be locked and intercept the error if Protection is enabled. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Edit text format in non-protected cells in protected worksheet | Excel Discussion (Misc queries) | |||
Calculate mean of test scores from rows of test answers | Excel Discussion (Misc queries) | |||
Group, Outline, Protected Worksheets and Protected Workbook | Excel Programming | |||
test..where are my messages..test | New Users to Excel | |||
Copy of protected document was unprotected in 97 and protected in 2002 | Excel Programming |