View.ShowPicturePlaceHolders property (Word)
True if blank boxes are displayed as placeholders for pictures. Read/write Boolean.
Syntax
expression. ShowPicturePlaceHolders
expression An expression that returns a 'View' object.
Example
This example inserts a picture in the active document and displays picture placeholders in the active window.
Selection.Collapse Direction:=wdCollapseStart
ActiveDocument.InlineShapes.AddPicture Range:=Selection.Range, _
FileName:="C:\Windows\Bubbles.bmp"
ActiveDocument.ActiveWindow.View.ShowPicturePlaceHolders = True
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.