Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 868 Bytes

Excel.Application.IgnoreRemoteRequests.md

File metadata and controls

41 lines (24 loc) · 868 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.IgnoreRemoteRequests property (Excel)
vbaxl10.chm133147
vbaxl10.chm133147
Excel.Application.IgnoreRemoteRequests
94515401-eb26-a2d8-5013-33f1f38b884f
04/05/2019
medium

Application.IgnoreRemoteRequests property (Excel)

True if remote DDE requests are ignored. Read/write Boolean.

Notes

Setting this property has no effect as of Excel 2013

Syntax

expression.IgnoreRemoteRequests

expression A variable that represents an Application object.

Example

This example sets the IgnoreRemoteRequests property to True so that remote DDE requests are ignored.

Application.IgnoreRemoteRequests = True

[!includeSupport and feedback]