IgnoreRemoteRequests Property

Microsoft Excel Visual Basic

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