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

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.