_Global.DDEExecute Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub DDEExecute ( _
Channel As Integer, _
String As String _
)
'Usage
Dim instance As _Global
Dim Channel As Integer
Dim String As String
instance.DDEExecute(Channel, String)
void DDEExecute(
int Channel,
string String
)
Parameters
- Channel
Type: System.Int32
- String
Type: System.String