LoadPictures Property

Microsoft Excel Visual Basic

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.

Example

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

Application.DefaultWebOptions.LoadPictures = True