title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Workbook.DisplayDrawingObjects property (Excel) |
vbaxl10.chm199098 |
|
|
78eec8af-416d-88e6-d1f4-0b97a008f752 |
05/29/2019 |
medium |
Returns or sets how shapes are displayed. Read/write Long.
expression.DisplayDrawingObjects
expression A variable that represents a Workbook object.
Can be one of the following XlDisplayDrawingObjects constants: xlDisplayShapes, xlPlaceholders, or xlHide.
This example hides all the shapes in the active workbook.
ActiveWorkbook.DisplayDrawingObjects = xlHide
[!includeSupport and feedback]