Sends a command or series of commands to an application through the specified dynamic data exchange (DDE) channel.
Syntax
expression.DDEExecute(Channel, Command)
expression Optional. An expression that returns an Application object.
Channel Required Long. The channel number returned by the DDEInitiate method.
Command Required String. A command or series of commands recognized by the receiving application (the DDE server). If the receiving application cannot perform the specified command, an error occurs.