Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 832 Bytes

Excel.Application.DDEAppReturnCode.md

File metadata and controls

37 lines (22 loc) · 832 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.DDEAppReturnCode property (Excel)
vbaxl10.chm183089
vbaxl10.chm183089
Excel.Application.DDEAppReturnCode
9b55dcce-eea8-a8b7-dace-296191de18a4
04/04/2019
medium

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

expression.DDEAppReturnCode

expression A variable that represents an Application object.

Example

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

appErrorCode = Application.DDEAppReturnCode

[!includeSupport and feedback]