DefaultWebOptions.LoadPictures Property (Excel)

True if images are loaded when you open a document in Microsoft Excel, usually when the images and document were not created in Microsoft Excel. False if the images are not loaded. The default value is True. Read/write Boolean.

Syntax

expression .LoadPictures

expression A variable that represents a DefaultWebOptions object.

Example

This example causes images to load when the document is opened in Excel.

Application.DefaultWebOptions.LoadPictures = True

See Also

Concepts

DefaultWebOptions Object

DefaultWebOptions Object Members