CellFormat.FormulaHidden property (Excel)

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

Syntax

expression.FormulaHidden

expression A variable that represents a CellFormat object.

Remarks

Returns True if the formula will be hidden when the worksheet is protected.

Returns Null if the specified range contains some cells with FormulaHidden equal to True and some cells with FormulaHidden equal to False.

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.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.