Application.DDEExecute (Word)

Envoie une commande ou une série de commandes à une application via le canal d’échange dynamique de données (DDE , Dynamic Data Exchange) spécifié.

DDEExecute (Channel, Command)


Dim lngChannel As Long 
 
lngChannel = DDEInitiate(App:="Excel", Topic:="System") 
DDEExecute Channel:=lngChannel, Command:="[New(1)]" 
DDETerminate Channel:=lngChannel

Arguments

Les arguments nommés :

Channel (Long) - Numéro de canal renvoyé par la méthode DDEInitiate.

Command (String) - Commande ou série de commandes reconnues par l'application destinataire (le serveur DDE).