ApplicationClass.DDEExecute Method

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

Syntax

'Declaration
Public Overridable Sub DDEExecute ( _
    Channel As Integer, _
    Command As String _
)
'Usage
Dim instance As ApplicationClass
Dim Channel As Integer
Dim Command As String

instance.DDEExecute(Channel, Command)
public virtual void DDEExecute(
    int Channel,
    string Command
)

Parameters

Implements

_Application.DDEExecute(Int32, String)

See Also

Reference

ApplicationClass Class

ApplicationClass Members

Microsoft.Office.Interop.Word Namespace