IgnoreRemoteRequests Property [Excel 2007 Developer Reference]

Switch View :
ScriptFree
Application.IgnoreRemoteRequests Property
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.

Visual Basic for Applications
Application.IgnoreRemoteRequests = True