DisplayOutline Property

Applies To

Window Object.

Description

True if outline symbols are displayed. Read-write.

Remarks

This property applies only to worksheets and macro sheets.

Example

This example displays outline symbols for the active window in BOOK1.XLS.


Workbooks("BOOK1.XLS").Worksheets("Sheet1").Activate
ActiveWindow.DisplayOutline = True