FormulaHidden Property

Applies To

Range Object, Style Object.

Description

True if the formula will be hidden when the workbook or worksheet is protected. Read-write.

Remarks

Do not confuse this property with the Hidden property.

See Also

Locked Property, Protect Method, Unprotect Method.

Example

This example hides the formulas in column A on Sheet1 when the worksheet is protected.


Worksheets("Sheet1").Columns("A").FormulaHidden = True