title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.DDEExecute method (Project) |
vbapj.chm1202 |
|
project-server |
|
307b1373-309a-1ecf-6899-fd64e663e4f9 |
06/08/2017 |
medium |
Performs actions or runs commands in another application through dynamic data exchange (DDE).
expression. DDEExecute
( _Command_
, _TimeOut_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Command | Required | String | The command to carry out in another application. |
TimeOut | Optional | Variant | The number of seconds to wait for the other application to execute before proceeding. The default value is 5. |
Boolean
If your macro displays a dialog box in another application, you may need to increase the default value for Timeout.
[!includeSupport and feedback]