title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.DDEAppReturnCode property (Excel) |
vbaxl10.chm183089 |
|
|
9b55dcce-eea8-a8b7-dace-296191de18a4 |
04/04/2019 |
medium |
Returns the application-specific DDE return code that was contained in the last DDE acknowledge message received by Microsoft Excel. Read-only Long.
expression.DDEAppReturnCode
expression A variable that represents an Application object.
This example sets the variable appErrorCode
to the DDE return code.
appErrorCode = Application.DDEAppReturnCode
[!includeSupport and feedback]