Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 934 Bytes

Project.Application.DDEInitiate.md

File metadata and controls

40 lines (25 loc) · 934 Bytes
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.DDEInitiate method (Project)
vbapj.chm1201
vbapj.chm1201
project-server
Project.Application.DDEInitiate
a517c66f-4bec-9bec-270c-2053bc733145
06/08/2017
medium

Application.DDEInitiate method (Project)

Opens a dynamic data exchange (DDE) channel to an application.

Syntax

expression. DDEInitiate( _App_, _Topic_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
App Required String The name of the application to which you want to send commands.
Topic Required String A document in the application to which you want to send commands.

Return value

Boolean

[!includeSupport and feedback]