Share via


Application.IgnoreRemoteRequests Property (Excel)

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

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

See Also

Concepts

Application Object Members

Application Object