CANCEL.KEY Example in Function Reference Incorrect

Last reviewed: November 2, 1994
Article ID: Q72922

SUMMARY

Page 26 of the "Microsoft Excel Function Reference" for version 3.0 gives the following example using the CANCEL.KEY macro function:

   =CANCEL.KEY(TRUE,CheckCancel())

Executing this statement in a macro causes a macro named CheckCancel to run whenever the ESC key is pressed. In most situations, this will generate an error.

The example should read:

   =CANCEL.KEY(TRUE,CheckCancel)

REFERENCES

"Microsoft Excel Function Reference." Version 3.0, page 26.


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.