Programming with Reflection
DDERequest method
Syntax Value = Application.DDERequest(ConversationID, ItemName)
Retrieves data from a DDE server application.
ConversationID Argument type: Integer
Required
The conversation identifier (obtained from DDEInitiate).
ItemName Argument type: String
Required
The DDE item name.
Value Return type: String
The requested data.
Notes
· Use Application rather than Session as the object for DDE methods.