_Application.DDEAppReturnCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the application-specific DDE return code that was contained in the last DDE acknowledge message received by Excel.
public:
property int DDEAppReturnCode { int get(); };
public int DDEAppReturnCode { get; }
Public ReadOnly Property DDEAppReturnCode As Integer