Excel: Linked Attached Text Causes Macro ErrorLast reviewed: October 7, 1997Article ID: Q74263 |
3.00
MACINTOSH
kbother
SUMMARYIf you use a macro to attach text in a chart that uses a formula to link to a cell on a Worksheet, Excel may return the error "Formula is not Valid." Please contact Microsoft Product Support Services at 425-635-7080 for more information. For example, the following macro may cause the "Formula is not Valid" error message to appear:
=ATTACH.TEXT(1) =FORMULA("=Worksheet1!R1C3") =RETURN()To workaround this, deselect the chart title and then reselect it before changing it's contents. For example, the above macro becomes:
=ATTACH.TEXT(1) =SELECT("Chart") =SELECT("Title") =FORMULA("=Worksheet1!R1C3") =RETURN() |
KBCategory: kbother
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |