Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 827 Bytes

Excel.Window.DisplayOutline.md

File metadata and controls

43 lines (25 loc) · 827 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Window.DisplayOutline property (Excel)
vbaxl10.chm356086
vbaxl10.chm356086
Excel.Window.DisplayOutline
3934e907-1792-6ff3-6529-dd1dd45ce221
05/21/2019
medium

Window.DisplayOutline property (Excel)

True if outline symbols are displayed. Read/write Boolean.

Syntax

expression.DisplayOutline

expression A variable that represents a Window object.

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 

[!includeSupport and feedback]