Share via


_Application.DDEPoke Method

Sends data to an application.

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

Syntax

'Declaration
Sub DDEPoke ( _
    Channel As Integer, _
    Item As Object, _
    Data As Object _
)
'Usage
Dim instance As _Application
Dim Channel As Integer
Dim Item As Object
Dim Data As Object

instance.DDEPoke(Channel, Item, Data)
void DDEPoke(
    int Channel,
    Object Item,
    Object Data
)

Parameters

  • Item
    Type: System.Object

    Required Object. The item to which the data is to be sent.

  • Data
    Type: System.Object

    Required Object. The data to be sent to the application.

Remarks

An error occurs if the method call doesn't succeed.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace