Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 850 Bytes

Excel.Style.FormulaHidden.md

File metadata and controls

33 lines (19 loc) · 850 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Style.FormulaHidden property (Excel)
vbaxl10.chm177078
vbaxl10.chm177078
Excel.Style.FormulaHidden
7b36f86b-2f88-3fb4-173e-cca7e747a195
05/16/2019
medium

Style.FormulaHidden property (Excel)

Returns or sets a Boolean value that indicates if the formula will be hidden when the worksheet is protected.

Syntax

expression.FormulaHidden

expression A variable that represents a Style object.

Remarks

Don't confuse this property with the Hidden property of the Range object. The formula will not be hidden if the workbook is protected and the worksheet is not, but only if the worksheet is protected.

[!includeSupport and feedback]