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. The formula will not be hidden if the workbook is protected and the worksheet is not, but only if the worksheet is protected.

See Also

Concepts

Style Object Members

Style Object