Embedding an Excel Chart into an Excel Worksheet

Last reviewed: November 2, 1994
Article ID: Q69262

SUMMARY

There may be times when you will want to have a chart, which does not update dynamically, in a worksheet, but you will still want to be able to edit the values or update the chart. The procedure for embedding a chart into a worksheet that is described on pages 391-394 of the "Microsoft Excel User's Guide" is incorrect. This instruction is actually the description on how to create a linked object (not an embedded object) that is dynamically updated when changes are made to the supporting data.

To create a true embedded chart, do the following:

  1. Start up two separate instances of Excel. Because embedding can only take place between applications, you must have both the application that is acting as the embedding server and the application that is acting as the embedding client running simultaneously.

  2. Open or create a chart in one instance of Excel (the server application). If the chart exists as a linked object on a worksheet, double-click the chart object to open a window for the chart.

  3. From the Chart menu, choose Select Chart.

  4. From the Edit menu, choose Copy.

  5. Activate the other instance of Excel (the client application) and select a cell in the worksheet into which you want to embed the chart.

  6. From the Edit menu, choose Paste.

The chart will appear on the worksheet and, whenever selected, the formula bar will display the following formula:

   =EMBED("ExcelChart","Chart")

MORE INFORMATION

The embedded object carries with it the supporting document that contains all the data used to create the object.

REFERENCES

"Microsoft Excel User's Guide." Version 3.00, pages 325-327.


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