Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 937 Bytes

Excel.DefaultWebOptions.LoadPictures.md

File metadata and controls

37 lines (22 loc) · 937 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
DefaultWebOptions.LoadPictures property (Excel)
vbaxl10.chm660075
vbaxl10.chm660075
Excel.DefaultWebOptions.LoadPictures
dc2bcc24-f30b-6d63-e85c-20f29a2aaf03
04/25/2019
medium

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

[!includeSupport and feedback]