_Application.DDETerminateAll Method

Closes all dynamic data exchange (DDE) channels opened by Microsoft Word.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub DDETerminateAll
'Usage
Dim instance As _Application

instance.DDETerminateAll()
void DDETerminateAll()

Remarks

This method doesn't close channels opened to Word by client applications. Using this method is the same as using the DDETerminate method for each open channel.

Dynamic data exchange (DDE) is an older technology that is not secure. If possible, use a more secure alternative to DDE.

If you interrupt a macro that opens a DDE channel, you may inadvertently leave a channel open. Open channels aren't closed automatically when a macro ends, and each open channel uses system resources. For this reason, it's a good idea to use this method when you're debugging code that opens one or more DDE channels.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace