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 Boolean.
Remarks
Don't 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