Excel: ON.KEY Function Docerr in Functions and Macros Manual

Last reviewed: November 2, 1994
Article ID: Q60944

SUMMARY

Page 252 of the "Microsoft Excel Functions and Macros" version 2.2 manual incorrectly states that "=ON.KEY("+^{RIGHT}","PAYROLL!Print")" allows the macro "PAYROLL!Print" to be run using the command sequence SHIFT+COMMAND+RIGHT ARROW.

To correctly use the key sequence SHIFT+COMMAND+RIGHT ARROW to run the macro PAYROLL!Print, use the following formula:

   =ON.KEY("+*{RIGHT}","PAYROLL!Print")

The caret (^) in the incorrect formula defines the CTRL key, while the asterisk (*) in the correct formula defines the COMMAND key. (This key code information is correctly listed on page 309 of the "Microsoft Excel Functions and Macros" version 2.2 manual.)

For more information on key codes, see Appendix B (pages 307-309) of the "Microsoft Excel Functions and Macros" version 2.2 manual.


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.