Excel: Extending a Macro Without Redefining the Macro RangeLast reviewed: November 29, 1994Article ID: Q24257 |
The information in this article applies to:
SUMMARYTo define a Microsoft Excel macro so that it is not necessary to redefine it after having added new steps, define the macro to be just the first cell in the range. It is not necessary to define the macro to be the entire range. If the macro starts in cell A1 on the macro sheet, define the macro name to refer to cell A1 only. Excel will run the macro that begins at that cell until it runs into a RETURN().
|
KBCategory: kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |