Application.IgnoreRemoteRequests property (Excel)
True if remote DDE requests are ignored. Read/write Boolean.
Notes
Setting this property has no effect as of Excel 2013
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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.