Syntax

expression.DisplayDrawingObjects

expression A variable that represents a Workbook object.

Remarks

Constant Description
xlDisplayShapes Show all shapes.
xlPlaceholders Show only placeholders.
xlHide Hide all shapes.

Example

This example hides all the shapes in the active workbook.

Visual Basic for Applications
ActiveWorkbook.DisplayDrawingObjects = xlHide
Can I stop the program from drawing all of my pictures? Display drawing objects Display Drawing Objects Property displaydrawing displayDrawingObjects displaydrawingobjects property How do I hide the drawing objects on the screen?

See also: