How to Display an Embedded Chart Using the UNHIDE Function

Last reviewed: November 3, 1994
Article ID: Q73889
The information in this article applies to:
  • Microsoft Excel for Windows, versions 3.0, 4.0, 4.0a, 5.0
  • Microsoft Excel for OS/2 version 3.0

SUMMARY

To edit an embedded chart on a worksheet, you must first unhide it. This is done manually by double-clicking the embedded (object-linked) chart, which brings up a separate chart window. To accomplish the same step using a macro, use the UNHIDE function.

MORE INFORMATION

The "Function Reference" states that you can use the following function to display an embedded chart window:

   UNHIDE("Sheet1 Chart2")

This is incorrect because chart objects retain names that include a space between the word "chart" and the number "2". For example, instead of "Chart2" it should read "Chart 2". The UNHIDE function should read as follows:

   UNHIDE("Sheet1 Chart 2")

REFERENCES

"Function Reference," version 4.0, page 441

"Microsoft Excel Function Reference," version 3.0, page 241


KBCategory: kbusage
KBSubcategory:

Additional reference words: 3.00 4.00 5.00 docerr


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