PASTE.APPEND DDE Example Results in Error in Q+E FormulaLast reviewed: November 2, 1994Article ID: Q70274 |
SUMMARYOn 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 INFORMATIONThe 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |