DDEPoke Method

         Example         Applies To

Sends 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 Variant. The item to which the data is to be sent.

Data   Required Variant. The data to be sent to the application.

Remarks

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