title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Worksheet.EnableOutlining property (Excel) |
vbaxl10.chm175096 |
|
|
db849ddf-871d-19cd-9765-3194a8c1e34e |
05/30/2019 |
medium |
True if outlining symbols are enabled when user-interface-only protection is turned on. Read/write Boolean.
expression.EnableOutlining
expression A variable that represents a Worksheet object.
This example enables outlining symbols on a protected worksheet.
ActiveSheet.EnableOutlining = True
ActiveSheet.Protect contents:=True, userInterfaceOnly:=True
[!includeSupport and feedback]