Application.DDEInitiate Method
Project Developer Reference |
Opens a dynamic data exchange (DDE) channel to an application.
Syntax
expression.DDEInitiate(App, Topic)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
App | Required | String | The name of the application to which you want to send commands. |
Topic | Required | String | A document in the application to which you want to send commands. |
Return Value
Boolean
See Also