PASTE.APPEND DDE Example Results in Error in Q+E Formula

Last reviewed: November 2, 1994
Article ID: Q70274

SUMMARY

On page 105 of the "Q+E for Microsoft Excel User's Guide," there is a DDE example of using PASTE.APPEND(). Each one of the EXECUTE lines requires an ending parenthesis, the documentation incorrectly leaves these out. If you do not include the closing parenthesis, you will get the Excel alert message "Error in Formula" upon typing any one of the lines.

MORE INFORMATION

The second example for the PASTE.APPEND() function should read as follows:

=EXECUTE(chan,"[open('emp.dbf','dbasefile')]") =EXECUTE(chan,"[allow.edit(true)]") =EXECUTE

 (chan,"[Paste.append('Edward"&CHAR(9)&"Johnson"&CHAR(9)&"E98765')]")

Note: The line beginning with (chan," is supposed to be on the same line as =EXECUTE. (chan" is placed below =EXECUTE in this example because there is not enough room on the screen for the line to appear correctly.

REFERENCES

"Q+E for Microsoft Excel User's Guide." Version 3.00, page 105.


KBCategory: kbother
KBSubcategory:

Additional reference words: noupd


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: November 2, 1994
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.