Embedding an Excel Worksheet into an Excel WorksheetLast reviewed: November 3, 1994Article ID: Q69263 |
The information in this article applies to:
SUMMARYTo embed a Microsoft Excel worksheet into another Microsoft Excel worksheet, do the following:
MORE INFORMATIONThe embedded worksheet will appear on the worksheet and, whenever selected, the formula bar will display the following formula
=EMBED("ExcelWorksheet",<range_text>)
where <range_text> is a string that describes the range of cells
that define the worksheet (in R1C1 notation). For example, while
editing the worksheet to be embedded, if you used the CTRL+END
keyboard combination to move to and select the active cell at the
lower-right corner of the worksheet, and the cell D10 is selected,
then the EMBED function would be
=EMBED("ExcelWorksheet","R1C1:R10C4")
because R1C1:R10C4 is the R1C1 format for the range of cells, A1:D10,
that are active in the worksheet.
An embedded worksheet is used when you want a picture of an existing spreadsheet, but you do not want it to update dynamically.
REFERENCES"User's Guide 2," version 4.0, pages 142-146 "Microsoft Excel User's Guide," version 3.0, pages 325-327
|
KBCategory: kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |