XL5: DDEInitialize in VB User's Guide Should Be DDEInitiate

Last reviewed: February 2, 1998
Article ID: Q123838
The information in this article applies to:
  • Microsoft Excel for Windows, versions 5.0, 5.0c
  • Microsoft Excel for the Macintosh, versions 5.0, 5.0a

SUMMARY

On page 211 of the "Visual Basic User's Guide," version 5.0, the last paragraph incorrectly states the following:

   After you use DDETerminate, the DDE channel cannot
   be used unless you start DDE again with the DDEInitialize method.

The correct information is as follows:

   After you use DDETerminate, the DDE channel cannot be used
   unless you start DDE again with the DDEInitiate method.

MORE INFORMATION

The DDEInitiate method is used to establish a connection and return the DDE channel.

The DDEInitiate method has the following syntax.

   channelNumber=DDEInitiate(applicationname,topicname)


Additional query words: 5.00 5.00a 5.00c docerr XL5
Version : WINDOWS:5.0,5.0c; MACINTOSH:5.0,5.0a
Platform : MACINTOSH 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: February 2, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.