Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 899 Bytes

Excel.Workbook.DisplayDrawingObjects.md

File metadata and controls

40 lines (24 loc) · 899 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Workbook.DisplayDrawingObjects property (Excel)
vbaxl10.chm199098
vbaxl10.chm199098
Excel.Workbook.DisplayDrawingObjects
78eec8af-416d-88e6-d1f4-0b97a008f752
05/29/2019
medium

Workbook.DisplayDrawingObjects property (Excel)

Returns or sets how shapes are displayed. Read/write Long.

Syntax

expression.DisplayDrawingObjects

expression A variable that represents a Workbook object.

Remarks

Can be one of the following XlDisplayDrawingObjects constants: xlDisplayShapes, xlPlaceholders, or xlHide.

Example

This example hides all the shapes in the active workbook.

ActiveWorkbook.DisplayDrawingObjects = xlHide

[!includeSupport and feedback]