title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.IgnoreRemoteRequests property (Excel) |
vbaxl10.chm133147 |
|
|
94515401-eb26-a2d8-5013-33f1f38b884f |
04/05/2019 |
medium |
True if remote DDE requests are ignored. Read/write Boolean.
Setting this property has no effect as of Excel 2013
expression.IgnoreRemoteRequests
expression A variable that represents an Application object.
This example sets the IgnoreRemoteRequests property to True so that remote DDE requests are ignored.
Application.IgnoreRemoteRequests = True
[!includeSupport and feedback]