DefaultWebOptions.LoadPictures Property

Excel Developer Reference

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.

Visual Basic for Applications
  Application.DefaultWebOptions.LoadPictures = True

See Also