Excel: RETURN() Function Cannot Be Entered As an Array

Last reviewed: October 31, 1994
Article ID: Q33897

SUMMARY

Excel will not recognize the RETURN() function if it has been entered as an array (using COMMAND+ENTER). When the macro is run, Excel will skip the RETURN() statement and generate the error "RETURN() or HALT() was not encountered." This occurs by product design.

If you want to return an array as the result of a function macro, your macro should declare that the result of the function will be an array. Do this by using "=RESULT(64)" as the first statement in the macro.

To set up the values for the RETURN() statement to use, place the values either in cells on the macro sheet and use a reference to them, or place the exact values in an array as the RETURN() argument.


KBCategory: kbother
KBSubcategory:

Additional reference words: 1.00 1.03 1.04 1.06 1.50 2.20 3.00


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