Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.05 KB

Excel.Chart.Unprotect.md

File metadata and controls

38 lines (23 loc) · 1.05 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Chart.Unprotect method (Excel)
vbaxl10.chm148095
vbaxl10.chm148095
Excel.Chart.Unprotect
59a367bd-037b-84aa-5b2f-d532614ed347
04/16/2019
medium

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

expression.Unprotect (Password)

expression A variable that represents a Chart object.

Parameters

Name Required/Optional Data type Description
Password Optional 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.

[!includeSupport and feedback]