Share via


Application.IgnoreRemoteRequests Property (Excel)

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

Syntax

.IgnoreRemoteRequests

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

참고 항목

개념

Application Object Members

Application Object