다음을 통해 공유


Application.DDEAppReturnCode Property (Excel)

Returns the application-specific DDE return code that was contained in the last DDE acknowledge message received by Microsoft Excel. Read-only Long.

Syntax

.DDEAppReturnCode

A variable that represents an Application object.

Example

This example sets the variable appErrorCode to the DDE return code.

appErrorCode = Application.DDEAppReturnCode

참고 항목

개념

Application Object Members

Application Object