Excel: ACTIVE.CELL() Within SET.VALUE() Returns Macro Error

Last reviewed: November 2, 1994
Article ID: Q24640

SUMMARY

A macro error will occur at a cell containing a SET.VALUE() function if the ACTIVE.CELL() function is used as the "ref" argument of the SET.VALUE() command.

For example, if a macro is run that contains the function "=SET.VALUE(ACTIVE.CELL(),10)" in cell A5, a macro error will occur at cell A5.

The SET.VALUE() function can only contain an actual reference to a cell on the macro sheet. The "ref" argument cannot be a reference to any cell outside the macro sheet or the ACTIVE.CELL() function.

To place a particular value in a cell on the active worksheet, the FORMULA() command can be used. For example, to enter a 10 in the active cell, use the formula "=FORMULA(10)".


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