DDE Commands for Word, Excel, Access, Foxpro and Visual Basic

Last reviewed: July 30, 1997
Article ID: Q96945
The information in this article applies to:
  • Microsoft Word for Windows, versions 1.0, 1.1, 1.1a, 2.0, 2.0a,

        2.0a-CD, 2.0b, 2.0c, 6.0, 6.0a, 6.0c
    
  • Microsoft Word for Windows 95, version 7.0

SUMMARY

The following table contains dynamic data exchange (DDE) commands for Microsoft Excel, Microsoft Access, Microsoft Word for Windows, Microsoft FoxPro, and Microsoft Visual Basic in their respective languages. This table is useful if you know the name of a DDE command in one application and need to know the equivalent command in one of the other Microsoft applications.

   Word         Excel      Access       Foxpro        Visual Basic
   -------      -----      ------       ------        ------------

   DDEInitiate  INITIATE   DDEInitiate  DDEInitiate   LinkMode method
                                                      (Hot or Cold)

   DDERequest   REQUEST    DDERequest   DDERequest    LinkRequest method

   DDEPoke      POKE       DDEPoke      DDEPoke       LinkPoke method

   DDEExecute   EXECUTE    DDEExecute   DDEExecute    LinkExecute method

   DDETerminate TERMINATE  DDETerminate DDETerminate  LinkMode = None

MORE INFORMATION

Note that this is not a syntactical listing. You should use the proper manual to obtaining the complete syntax for each command.

REFERENCES

"Using WordBasic" by WexTech Systems, Inc. and Microsoft Corporation, Microsoft Press, 1992.

Kbcategory: kbusage kbmacro KBSubcategory:


Additional query words: winword2 1.0 1.10 1.10a 2.0 2.0a 2.0b 2.0c
word6 winword 7.0 word95 2.0a-CD dynamic data exchange 6.0
word7
Keywords : kbmacro kbusage
Version : 1.x 2.x 6.0 6.0a 6.0c 7.0
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: July 30, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.