Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.11 KB

Project.Application.DDEExecute.md

File metadata and controls

45 lines (27 loc) · 1.11 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.DDEExecute method (Project)
vbapj.chm1202
vbapj.chm1202
project-server
Project.Application.DDEExecute
307b1373-309a-1ecf-6899-fd64e663e4f9
06/08/2017
medium

Application.DDEExecute method (Project)

Performs actions or runs commands in another application through dynamic data exchange (DDE).

Syntax

expression. DDEExecute( _Command_, _TimeOut_ )

expression A variable that represents an Application object.

Parameters

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.

Return value

Boolean

Remarks

If your macro displays a dialog box in another application, you may need to increase the default value for Timeout.

[!includeSupport and feedback]