Excel: Macro Halts After Calling Subroutine Using GOTO

Last reviewed: November 7, 1994
Article ID: Q62255

SUMMARY

A subroutine (or nested macro) is a macro that is called from another macro. This is a routine that has its own RETURN statement. In Microsoft Excel, using the GOTO command function to call a subroutine causes the macro to stop upon reading the RETURN statement at the end of the subroutine.

To call a subroutine named "Sub" so that it returns to the calling macro, use the following command:

   =Sub()

When Excel reaches the RETURN statement in the subroutine "Sub", it will return to the next line in the main macro after the command "=Sub()".

MORE INFORMATION

For more information about subroutines, see page 602 in the "Microsoft Excel User's Guide" version 3.0 manual. If you are using Excel 2.20, see pages 113-114 in 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 7, 1994
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.