Application.DDETerminate (Word)

Ferme le canal d'échange dynamique de données (DDE) spécifié vers une autre application.

DDETerminate (Channel)

Channel: Numéro de canal renvoyé par la méthode DDEInitiate.


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