April 2006
Beginner
1114 pages
98h 16m
English
worksheet.Unprotect([Password])
Removes protection from a worksheet.
|
Argument |
Settings |
|---|---|
|
|
The password used to protect the worksheet |
The following code removes the protection from a worksheet:
Set ws = ThisWorkbook.Sheets("Protection")
ws.Unprotect "Excel2003"Read now
Unlock full access