DisplayDrawingObjects Property

Applies To

Workbook Object.

Description

Returns or sets how drawing objects are displayed, as shown in the following table. Read-write.

Value

Meaning

xlAll

Show all drawing objects.

xlPlaceholders

Show only placeholders.

xlHide

Hide all drawing objects.


Example

This example hides all the drawing objects in the active workbook.


ActiveWorkbook.DisplayDrawingObjects = xlHide