POKE Function Example in Q+E Manual Is Incorrect

Last reviewed: November 2, 1994
Article ID: Q71493

SUMMARY

Page 78 of the "Q+E for Microsoft Excel User's Guide" for version 3.00 shows an incorrect example for using the POKE function to send data to Q+E.

If you enter the formula exactly as it is in the manual, the macro will display #REF! as a result for the cell containing the POKE function.

MORE INFORMATION

The POKE function has three parameters:

   =POKE(channel_num,item,data)

Removing the quotation marks from around the data parameters will allow the POKE function to operate correctly. The following example will show the correct entry:

   =POKE(chan,"R1C1:R2C1",C1:C2)

The data parameter references C1:C2 on the macro sheet that contains values that will be inserted in the first column of rows 1 and 2 in the Query window in Q+E.

REFERENCES

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


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.