Chart.Unprotect Method (Excel)
Removes protection from a sheet or workbook. This method has no effect if the sheet or workbook isn't protected.
Syntax
식 .Unprotect(Password)
식 A variable that represents a Chart object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Password |
선택 |
Variant |
A string that denotes the case-sensitive password to use to unprotect the chart. If the chart isn't protected with a password, this argument is ignored. |
Remarks
If you forget the password, you cannot unprotect the sheet or workbook. It's a good idea to keep a list of your passwords and their corresponding document names in a safe place.