EnableOutlining Property

Applies To

Worksheet Object.

Description

True if outlining symbols are enabled when user-interface-only protection is turned on. This property is available only in Microsoft Excel for Windows 95. Read-write.

Remarks

This property applies to each worksheet and isn't saved with the worksheet or session.

See Also

Protect Method, Unprotect Method.

Example

This example enables outlining symbols on a protected worksheet.


ActiveSheet.EnableOutlining = True
ActiveSheet.Protect contents:=True, userInterfaceOnly:=True