Programming with Reflection
DDEExecute method
Syntax Application.DDEExecute ConversationID, Command
Sends a command to a DDE server application.
ConversationID Argument type: Integer
Required
The conversation identifier (obtained from DDEInitiate).
Command Argument type: String
Required
One or more commands to send to the DDE server. Each command must be enclosed in square brackets.
Notes
· Use Application rather than Session as the object for DDE methods.