IgnoreRemoteRequests Property
From Microsoft Excel Visual Basic
IgnoreRemoteRequests Property
True if remote DDE requests are ignored. Read/write Boolean.
Example
This example sets the IgnoreRemoteRequests property to True so that remote DDE requests are ignored.
Application.IgnoreRemoteRequests = True