DDEPoke Method

See Also         Example         Applies To

Uses an open dynamic data exchange (DDE) channel to send data to an application.

Syntax

expression.DDEPoke(Channel, Item, Data)

expression   Optional. An expression that returns an Application object.

Channel   Required Long. The channel number returned by the DDEInitiate method.

Item   Required String. The item within a DDE topic to which the specified data is to be sent.

Data   Required String. The data to be sent to the receiving application (the DDE server).

Remarks

If the DDEPoke method isn't successful, an error occurs.